Hey there, Have you seen new Laracasts design? Pretty impressive and radical change, huh?
In other news, I've updated my 40 Laravel Tips e-book with a new batch, so now there are 50 tips, you can download new version here.
Finally, started working on a new online course, will have a "teaser" for you next week. Now, let's dive into this week's content!
From LaravelDaily Team
Quick LaravelDaily Tips from Twitter
From Laravel Community
Monitoring a Laravel Application with Telescope
francesco.codes
I am always excited when a new Laravel ecosystem product comes out. I am not a fanboy, I have always been skeptic and critic about some parts of the framework when I don’t like them, but there is something (among many others) I love about Laravel: its pragmatism.
Minimalist Sublime Text 3 Setup for PHP
laravel-news.com
While many developers are flocking to IDEs and other hybrids like Visual Studio Code, I’ve found myself trying to create a minimalist Sublime Text 3 setup. I am a minimalist at heart, and I like both my physical environment and virtual environment to be as minimal and tidy as possible.
My Essential Laravel Packages
daveismyname.blog
Laravel comes with a lot out the box, however, you'll often add third-party packages to add extra functionality to your projects the following are packages I use on most Laravel projects.
Laravel Restful API using Docker in three steps.
medium.com
In this post series we will see how to build a Laravel Restful application. In addition we will see the basic functionalities of Eloquent ORM, Tinker db queries and some relationships between Models. We will split this tutorial in three steps. Let’s see the first step right now:
Building a Weather WebApp with Laravel and HERE Weather API
medium.com
For a Laravel 5.7 side project I needed to show some information about local weather. I created this post just to share my experience playing with Laravel and weather APIs. HERE Developer (https://developer.here.com) is a magic place where to find a bunch of APIs related to geolocation.
Loading Eloquent relationship counts
timacdonald.me
The withCount() method also allows you to get multiple values at once by passing in an array instead of a string. Taking things up a notch, we are also able to load counts on related models when we are eager loading them.
Laravel Database Hashing Package
laravel-news.com
The Laravel Database Hashing package is a Laravel +5.5 package by Jack Noordhuis for automatically hashing database attributes. When enabled it automatically hashes data stored in model attributes. I noticed that this package wasn’t ready for Laravel 5.
Wink - Publishing Platform
wink.themsaid.com
New Laravel-based publishing platform by Mohamed Said. There are lots of options out there; WordPress, Ghost, Medium, and dozens of other platforms. Each has areas where it shines, and also each has its dark side.
Decoupling notifications from controllers
voutzinos.com
In most Laravel examples around the web related to sending notifications, I see them sent directly from controller actions. While it's perfectly fine for a simple project, it may become harder to maintain in bigger projects, with a lot of notifications and channels.
How Routing Works In Laravel 5.7
www.5balloons.info
One of the amazing features of Laravel is its Routing. Before using Laravel framework I have used Codeigniter framework where all routing can be done by controller, however in Laravel you can see a overall view of your application by looking at the Routing file.
Laravel Nova Mastery
laracasts.com
The latest first-party offering from the creators of Laravel is finally here. Laravel Nova is a gorgeous backend tool for configuring and administering your various database tables. In this series, Marcel Pociot will demonstrate how to get up and running with Nova as quickly as possible.
Outside Laravel World
That's it for this week, see you in next Thursday's issue!
Povilas Korop LaravelDaily Team
|