Hello, dear Laravel developer,
This week I have 20+ links from the community, including two events I advise you to participate - Taylor's Laravel article contest, and Online Hackathon (see both below). Also, I've added "Random Fun" section at the end of newsletter, thought that some non-Laravel things would be interesting for you.
As for me personally, it's the second week I'm "on the road", this time no content from me because I was attending Business of Software conference in London: My 6 Takeaways (+10 quotes) from Business of Software Europe 2018 Also, unfortunately received a bad news that my talk wasn't accepted to Laracon.EU in Amsterdam, so will try to squeeze it into "unconference" during the event. Fingers crossed!
Laravel Events
Tips and Tutorials from Laravel Community
Leveraging Laravel Routing for Multi-sites
medium.com
First of all, big shout out to Laravel and its spectacularly easy routing architecture. A lot of other frameworks have a similar setup, but none are as declarative as doing a Route::get() (or even Route::view()!).
Laravel Cloud File Upload Tutorial With Example
appdividend.com
Laravel Cloud File Upload Tutorial With Example is the topic, we will discuss today. For this example, we use laravel 5.6 and Amazon s3 package for upload file to aws s3. Laravel gives a powerful filesystem abstraction thanks to the Flysystem PHP package by Frank de Jonge.
Refactoring Data in a Production Laravel Application
medium.com
We’ve all been there. The application that we’ve been working on for a long time has been deployed to production and we need to make some changes to the data structure. God forbid it, but some times it’s necessary. So here’s my approach to handling this.
Laravel Tips #1
pgtruesdell.com
My curated collection of informative, educational, and down-right entertaining articles and tweets from across the Laravel community. This edition is all over the board, and I have a little bit of something for everyone here.
Five Useful Laravel Blade Directives
laravel-news.com
We’re going to look at five Laravel Blade directives you can use to simplify your templates, and learn about some convenient directives that make solving specific problems a cinch! If you’re new to the framework, these tips will help you discover the excellent features of Blade, Laravel’s temp
Scheduling MySQL Backups with Laravel
pineco.de
You can export your whole database by running one line in your command line. It’s accessible and useful. But it’s a bit wiser to you automatize the entire process. Let’s see how! A few days ago, I signed in to the wrong database and deleted around 18 000 records that were in use.
PHP Versions Stats - 2018.1 Edition
seld.be
It's stats o'clock! See 2014, 2015, 2016.1, 2016.2, 2017.1 and 2017.2 for previous similar posts. A quick note on methodology, because all these stats are imperfect as they just sample some subset of the PHP user base. I look in the packagist.
Using enums in Laravel
sampo.co.uk
I'm a big fan of enums. Having recently worked for a company who use C#, where enums are used extensively, I've got used to being able to reach for them and miss them when they're not available.
When a controller is "Too big"?
www.reddit.com
Sign up and stay connected to your favorite communities. Im wondering: ¿When do you guys feel that the Controller grew out of hand? ¿At what point do you divide the line and say: Alright, this needs a new controller?
Medium-style authentication in Laravel
medium.com
Our aim is to make a Medium-style authentication system. To achieve this, our workflow will follow something along these lines. We should now have our authentication set up. However, we need to change some files.
Javascript in Laravel (Vue single file components)
medium.com
This is the fifth post in our Javascript in Laravel series. If you are interested in the other parts of the series have a look at the overview post. In the last post, we found out that using a global Vue instance with data and methods could quickly lead to an unmaintainable codebase.
Laravel Migrate SQL Package
josh.codes
Today I have released a new package for your Laravel app. This will generate and show you the SQL for a migration. It works very similarly to php artisan migrate --pretend but will allow you to view it for any migration, not just pending ones.
Random Fun
Algorithms Behind Modern Storage Systems
queue.acm.org
The amounts of data processed by applications are constantly growing. With this growth, scaling storage becomes more challenging. Every database system has its own tradeoffs. Understanding them is crucial, as it helps in selecting the right one from so many available choices.
olistic/warriorjs
github.com
This is a game designed to teach JavaScript and artificial intelligence in a fun, interactive way. You play as a warrior climbing a tall tower to [insert something motivating here] at the top level.
That's it, see you next week! Povilas Korop LaravelDaily Team
|