Hey guys, Wow, this week was full of useful articles about Laravel, and then all the hype with Laravel 5.3 and the first day of Laracon US - I hope you have time to at least look through today's list, and maybe actually read something :)
We start with an article of the week (hope to produce one longer article every week), and at the end there's again a traditional BONUS section about successful IT projects. Hope you enjoy it all!
Article of the week
Laravel 5.3 and Laracon US
What's New in Laravel 5.3 Release
imrealashu.in
As we all know we’re getting more closer to Laravel 5.3 release and expecting some cool features. So today I thought I should write my own perspective on this release. There are lots of changes including some big changes and some small changes we’re expecting to see in this release.
Laracon: Laravel 5.3 Recap
laravel-news.com
Today at Laracon US, Taylor Otwell, gave a talk covering many new features for 5.3 and it included four major items: Laravel Scout, Laravel Passport, Laravel Mailable, and Laravel Notifications.
A Deep Dive into Laravel 5.3 Features
scotch.io
Laracon US 2016 Conference is Sold Out! With the 2016 Laracon US conference already sold out and just but a few weeks away, it is expected that Laravel 5.3 will be released during the 3 day conference from July 27th to July 29th of 2016.
Image dimension validation rules in Laravel 5.3
mattstauffer.co
In Laravel 5.3, we have a new validation option: image dimensions for image uploads. The validation rule is called dimensions, and you can pass the following parameters to it: You can combine any rules that make sense together. Let's take a look at a few examples.
Improvements to Authentication in Laravel 5.3
josephsilber.com
Authentication has gotten some nice improvements in 5.3, so let's examine it piece by piece. We'll start with the current state of affairs, then take it from there. The auth middleware. Using this middleware on a route, you can restrict access to logged-in users.
Laravel 5.3 changes the "app" folder
laravel-news.com
As we are getting closer to the launch of Laravel 5.3 new features, seem to come out almost daily. The latest is a change to the “App” folder and in a move to simplify it, the Events, Jobs, Listeners, and Policies folders are now gone.
Laravel-related articles from all the web
A Brief History of Laravel
medium.com
At Vehikl, we use the Laravel PHP framework in most of our web application development. We’ve long been a part of the Laravel and open source communities, actively contributing to both by authoring packages, volunteering time, and supporting conferences.
How to Use Laravel Config Files
scotch.io
You discover that storing files on your own server is extra load, so not ideal. You open your web browser and do a google search on "efficient ways to store files". Finally, you decide to use Amazon S3. Since you are a Laravel user, you open config/filesystems.
The Laracon US 2016 Special With Taylor Otwell, Evan You, Chris Fidao, and Adam Wathan
podcast.laravel-news.com
In this episode, we chat with Taylor Otwell, Evan You, Adam Wathan, and Chris Fidao about their talks at Laracon, projects they're working on, getting the most out of the conference and more. There's great stuff here, even if you're not attending!
Null Objects and Laravel — Simple use cases
medium.com
Null objects can act as simple and silent defaults in many situations and provide a generic default if the intended value does not exist. This helps, in many situations, to avoid the conditionals that we usually write for all values getting passed around in models and collections.
5 Tips for Startup Engineering Teams
alexiskold.net
Every single company depends on software, and startups are no exception. Software has gone from being critical to every business, to BEING the business. Software creation is an art, a craft, and a process.
How to Set API Rate Limiting in Laravel
www.cloudways.com
We’re going to continue with our discussion on Laravel and website security and introduce an API endpoint. I will also explore Laravel’s rate limiting functionality. To set things in proper context, i will use the to-do app developed in the previous article. What is rate limiting?
Useful Tips to Handle Relationships in Laravel
www.dunebook.com
Handling Relationships in Laravel can’t be a easy task for beginners . In this article you will learn some useful tips Tomake it easier . Let’s suppose that we are searching for the document number of a specific user. We will use the User and IdentityDocument entities we just saw.
Composer magic
mamchenkov.net
Now that everyone is super comfortable with composer, I thought I’d share these two gems which I didn’t know or think about. This command lists all of your packages installed with composer.
BONUS - Successful IT Projects
Different levels of ASAP, or When clients can wait
medium.com
Having been on various web-development teams in different roles, I’ve noticed a lot of similarities, no matter the project, team size, budget or continent. One of them — clients demanding things ASAP. Now I will tell you a well-known secret — in most cases it’s not THAT urgent.
Why Talented Creatives Are Leaving Your Shitty Agency
medium.com
And ends with them explaining why they are thinking of moving on. The reasons why are always the same: The exodus of talent we’ve been hearing so much about at executive/director level is now filtering down to smart young digital/mobile creatives, planners and account managers.
|