Hey guys, Usual Thursday newsletter, and now I realize it's almost impossible to get back to *daily* routine for LaravelDaily - too much client work come up every day unexpectedly, so it's hard to keep the rhythm, our team is not at that scale so I could afford to "just write and shoot videos" :) Someday.
Meanwhile, still a few articles from me this week, and quite a lot from the community. Enjoy!
Articles from Laravel Daily blogs
Laravel-related articles from all the web
Build administration interfaces at ease
www.getcraftable.com
Kind of a new competitor to our QuickAdminPanel. Craftable is a Laravel-based open-source toolkit for building administration interfaces. It ships with powerful CRUD generator to speed up the development of your CMS, CRM or other back-office system.
Newly Updated Course: Build a CMS With Laravel
code.tutsplus.com
You can take our new course straight away with a subscription to Envato Elements. For a single low monthly fee, you get access not only to this course, but also to our growing library of over 1,000 video courses and industry-leading eBooks on Envato Tuts+.
Docker for PHP Developers
bitpress.io
When I starting using Docker with PHP, it was overwhelming. Docker doesn't provide a set of conventions on how to use Docker with PHP projects.
Building Your Own Email Subscribe Widget with Laravel
medium.com
In the world we live in today, emails play an important role in communication. Companies use it to interact with their users and send out campaigns to have a wider audience reach. At some point, you may want to make your own platform that allows you to send messages to your subscribers on demand.
How to add a custom route file in Laravel
medium.com
In Laravel, the routes/web.php and the routes/api.php are the files that you define routes for web and api respectively. In some cases, there arise the need for additional route file. For instance when you want to separate routes for each version of your api.
Learn to Use Model Factories in Laravel
tutsforweb.com
Laravel has a feature called model factories that allows you to build fake data for your models. It is very useful for testing and seeding fake data into your database to see your code in action before any real user data comes in.
Save laravel app settings in database
www.qcode.in
I this post I am going to share one feature which most of the application have these days to change certain settings using UI, it can be implemented in many ways but one way I find doing is to store settings in the database and provide an auto-generated form to change the settings.
Hosting a Laravel Application on AWS Lamdba
medium.com
Ever since I heard about AWS Lambda I have been fascinated by the idea and how I could run Laravel on it. I know it was possible based on other projects and blog posts, but I had to try for myself. I posted my success on twitter and received requests to publish a blog post.
abdelaziz321/Agenda-To-do
github.com
Agenda A simple app to manage your tasks built with Laravel framework 5.5 Demo video Youtube Installation 1- Clone the repository git clone https://github.
Aimeos OSS e-commerce package 2018.01 for Laravel
laracasts.com
The Aimeos Open Source project released version 2018.01 of their e-commerce components for Laravel. This is a major release and contains some breaking changes. As long awaited by many Aimeos integrators, the HTML templates now use the Twitter Bootstrap CSS framwork for styling where possible.
Passing data to layouts in Blade through extends
sebastiandedeyne.com
Laravel quick tip! The @extends Blade directive accepts a second (undocumented) parameter to pass data to the parent layout. This makes it hard to do change or manipulate the page title. A plain variable would make this easier. Suppose we'd want to ensure that our title starts with a capital.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|