Hello Artisans, This week was pretty awesome and active for our Laravel Daily Team - three articles published and one e-book released! (see below) But of course the most important stuff of the week is related to Laravel 5.3 version - it is a little delayed because Taylor is writing documentation, but it's pretty close already. Also, as usual, random Laravel tips and bonus section at the end of the list. Enjoy!
Articles from Laravel Daily blog
My new FREE e-book: “Laravel for Clients”
laraveldaily.com
Another side-project from my team and me personally. Lately there’s quite a lot of books about Laravel, as the framework gets more popular. But the thing I’ve missed on the market is a non-technical book about Laravel. So here it is – presenting to you “Laravel for Clients”!
7 Less-known but Useful Carbon functions
laraveldaily.com
We all use Carbon library to manage date and time, right? But who has actually read full documentation of what functions it has? In addition to well-known ones like now() or format(), Carbon has a lot more useful stuff. Let’s take a look.
Laracon US
Laracon US 2016 Recap
laravel-news.com
Hundreds of developers fought the airline industry to arrive in downtown Louisville for the annual Laravel conference. This year’s event was a sell-out with around 550 developers and had people attending from all over the world. At last count, twenty-four different countries were represented.
Laracon 2016 Summary - Day One
auth0.com
The annual Laravel US conference is upon us once again. Everyone is excited about the upcoming release of Laravel 5.3. Taylor Otwell and several Laravel Community members have been tweeting about changes and salient new features for weeks now.
Laracon 2016 Summary - Day Two
auth0.com
Day Two of the Laravel US Conference consisted of more talks and workshops. Seven speakers took to the stage, and we had the first soft talk of the conference. Check out our recap of Day One to learn about the Laravel 5.
Laracon 2016 Summary - Day Three
auth0.com
Day Three of Laravel US Conference consisted of talks about design, performance tuning, software estimation, API tools, and Laravel. Seven speakers took to the stage and it was a scintillating experience. Currently, a specific date has still not been set on the release of Laravel 5.3.
Laravel 5.3
Improvements to authorization in Laravel 5.3
josephsilber.com
After looking at the improvements coming to authentication, let's now take a look at what's in store for authorization in Laravel 5.3. Note: some of the features discussed below have originaly been introduced in the middle of the 5.2 cycle.
Introducing Laravel Scout
mattstauffer.co
Search tools ElasticSearch and Algolia have gained a lot of popularity in the Laravel community in the last few years as powerful tools for indexing and searching your data. Ben Corlett did a fantastic job introducing ElasticSearch at Laracon Eu 2014, and I wrote a pull request to Laravel.
Introducing Laravel Passport
mattstauffer.co
API authentication can be tricky. OAuth 2 is the reigning ruler of the various standards that you might consider, but it's complex and difficult to implement—even with the great packages available (League and Luca).
Mailables
laracasts.com
What's New in Laravel 5.3: Mailables Laravel 5.3 "mailables" are thin wrappers around the traditional syntax for sending mail. I think you'll find that they're easier to work with, and much easier on the eyes. Let me show you the essential in this episode.Published on Aug.
A deep look into $loop variable in Laravel 5.3
www.tisuchi.com
Let’s take a deep look into $loop variable in Laravel 5.3. Its a new features of Laravel 5.3. The $loop variable is a stdClass object that provides meta information about the loop you’re currently inside. Take a look at the properties it exposes:
Laravel-related articles from all the web
Why Laravel?
www.andrewjudd.ca
So, after you read my first blog post, you can see, that I'm a strong believer in the use of frameworks. But there are so many frameworks out there! So why did I choose Laravel out of all of the possibilities?
Laravel CMS – Research
chema.ga
We are starting some new projects and I lost hope in Kohana… no one seems to care enough, community is almost lost, not compatible with PHP7 and honestly I do not have the time to maintain it… was a tough decision after many years, but from now on I will not start any new project using Kohana.
Laravel Model Generator
andressantibanez.com
This utility to help you create new Laravel models on the fly by just defining the model's schema and table name. After your definition in the corresponding fields, you will get a code snippet to copy and paste in the model and migration files.
Customising API Responses in Laravel 5
jamesmcfadden.co.uk
This post uses Laravel Version: 5.2.41. Laravel makes returning JSON responses from the API you’re building trivial; you simply return the value from your route or controller action and it will be JSON encoded automatically, ready to be consumed.
Optimizing Laravel 5 & MySQL for 9M+ rows. Step 1.
medium.com
Don’t use LengthAwarePaginator. Use Paginator, aka, simplePaginate. Certainly LengthAwarePaginator makes for more features but its massively slow, even with my best indexes and a r3.large rds scanning 9M+ rows takes more then a second (and I have 35M+).
Bonus: Successful IT Projects
Dear Clients, please work on your projects too
medium.com
The biggest problem in IT projects is that they are not completed on time or within budget. And quite often the blame is on vendors — development agencies or freelancers. But actually the clients have a huge influence on the success of their project. Even if they are not technical at all.
Tackling software estimates
www.zenhub.com
When will it be done? Most developers dream of a world in which they could tell their boss, “the feature will be done when we finish it.” It’s not that they’re curmudgeonly (well, they might be – but that’s not the whole story.) It’s because developers are smart.
Thanks for reading, see you next week! By the way, I will be at Laracon EU in a few weeks, anyone coming?
Povilas Korop Laravel Daily Team
|