Hello dear readers, As every Thursday, here's a weekly newsletter - three new episodes of my LaravelDaily Video Channel, one of them is special, where I'm telling a business story of QuickAdminPanel so far, including how much money we earn. Also, as usual, a lot of useful articles/packages. Hope you like it!
Laravel Daily VIDEO
Laravel-related articles from all the web
Using Variables in Your .env File
laravel-news.com
Laravel’s .env file is included to use, so it’s easy to have a different configuration based on the environment your app is running on. This gives you the flexibility to have different variables for local, staging, production, and even different developers’ machines.
Using Laravel Forge to Setup an AWS Server
medium.com
Creating an account was super simple, I opted for the $10/month plan. Everything comes with a 5 day free trial so you can have a play for free. Next I connected my AWS account using a public & secret key pair.
Adding a new subdomain with Laravel Forge
blog.philminkler.com
To deploy my sites, I use Laravel Forge. Forge handles all of the nginx configurations for you, so you can host multiple sites on a single machine of your choice (DigitalOcean, AWS, etc). Forge will also setup Git hooks to auto-deploy any changes made to a certain branch.
My Laravel Package Building Workflow
www.sitepoint.com
This article was peer reviewed by Claudio Ribeiro. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be! Packages are a really important part of the Laravel experience (just like with any other framework).
appstract/laravel-tracer
github.com
Tracer shows the paths of all the blade files that are loaded into your templates. This could be very convenient for a number of reasons; If you're working on a large project with alot of views/partials. New to a project and want to get a quick overview of the structure of pages.
8 Top Features, Stats & Facts About PHP Laravel Framework
medium.com
PHP is undoubtedly one of the most popular and widely used programming languages used for the web application development that is powering more than 20 million web domains. This is the best-suited programming language that suffices the requirements of small as well as big businesses.
Understanding Models and Views in Laravel 5.4
www.cloudways.com
In my previous article in this Laravel 5.4 series, I covered the Controller (the third part of the MVC) and Middleware in Laravel. Today, I will describe Model and View of the MVC architecture, and how these ideas are implemented in Laravel 5.4. In Laravel, models are created inside the app folder.
That's it for this week, see you in the next newsletter issue! Povilas Korop LaravelDaily Team
|