Hey guys, important week for me personally - after thinking about the idea for years, finally launching my own project with online courses! (see first link below)
Also finished with my LMS video series (see second link) - wow I feel tired. Next time I will do live-coding, will plan it a little different. Took too much time editing and polishing.
Finally, who wants to meet me at Laracon EU next week? Just reply to this email and let's celebrate 5.5 launch (fingers crossed) together! Also, planning to prepare a talk for un-conference there, so follow my Twitter for updates.
LaravelClass.com
laravelclass.com
My new project with Laravel courses and lessons. For now modest start with one course, but we'll see how it goes, potentially a competitor to Laracasts maybe :)
Laravel 5.5 Tutorial With Example From Scratch
appdividend.com
Laravel 5.5 Tutorial With Example From Scratch is today’s main topic. Laravel has recently launched its new version called Laravel 5.5, and it is also come up with a bunch of new Features. Today, we are not discussing new features of Laravel 5.5 but rather than focusing on the coding in Laravel 5.
New Laravel String Helpers in 5.4 and 5.5
laravel-news.com
New string helpers are finding their way into Laravel leading up to the big 5.5 release, which is planned to drop during Laracon EU 2017. Here are some of the recent highlights in the String helper class, which has been getting some love lately.
GitHub Embedded Code Snippets
laravel-news.com
GitHub rolled out embedded code snippets this month which should make it easier to share existing code without having to re-create it in a comment. For a while, GitHub has had the ability to highlight lines with a URL hash.
Real-time (automatic) Facades in Laravel 5.4
mattstauffer.co
Laravel 5.4 introduced a new feature called “real-time facades”, which provide the convenience of facades, defined real-time instead of in classes. Taylor tweeted about it, but I wanted to explain what they are and how they work. Already know how facades work? Skip to what’s new.
PHPStorm Tips - Go to Implementation
lukewaite.ca
Laravel is a great framework; it’s easy to use and extend, and makes liberal use of Interfaces so that you can write your own implementations and provide them to the IoC Container. Unfortunately, the downside to this is navigability.
Preview your notification emails in Laravel 5.4
medium.com
If you want to preview you mails in browser to see how they would ideally look in the recipient’s inbox you can set that up in a few lines of code in your routes file. The solution is a Frankenstein mashup of tips from two different sources.
Open-sourcing our guidelines
medium.com
At Spatie we recently launched a new site: guidelines.spatie.be. It contains articles on how we go about setting things up at Spatie and a collection of styleguides. The source code of the site is available on GitHub. In this blogpost I’d like to share why and how we created our guidelines site.
Build API for Twitter like app using GraphQL in Laravel
www.qcode.in
Recently I have been working on something very amazing for API development, everyone has been using REST to access API, but now things are changing, in the front-end heavy world where things are consistently growing and new features added every week a fixed REST API is not very good option anymore,
Laravel Speed Booster
medium.com
I’m guessing since you’re here, you’re already using Laravel and I’m guessing also that you used it enough time to reach this level, where you start tweaking how it works and improving it.
Application logic done right
www.marco-bunge.com
Typically small http applications does only have to manage HTTP communication on top of a tiny MVC-Framework. A client performs a request, which is handled by a controller. The controller invoke the model and assigens the result data to a view.
Using Laravel's Responsable Interface
johannespichler.com
In the next Laravel version 5.5 a new interface called Responseable gets introduced. It is a simple interface that defines one method called toResponse that returns an instance of Illuminate\Http\Response. This new feature is looking really nice.
Laravel Cron Jobs Scheduling To Make Automation Easier
www.cloudways.com
When working on live systems, often there is a need of executing a periodic task on the server like for sending emails, database cleanup and generating reports. To automate these tasks I use Laravel cron jobs scheduling. Cron is the task scheduler mechanism of *nix operating systems.
E-commerce Platform For Laravel
medium.com
I love E-commerce. And I love Laravel. I also love Symfony and Phalcon, but decided to move to Laravel as the primary framework. Being an E-commerce developer means our job is to build and maintain quite several webshops, parelelly.
yedincisenol/laravel-api-startup
github.com
Laravel Api Startup "Laravel api startup" is a Laravel project for start build an Api quickly! Features Api Authentication with Laravel Passport User authentication with oAuth2 Server User token scopes with Laravel Passport and oAuth2 Server Api response transformers, related models for customize en
Jorijn/laravel-security-checker
github.com
This package provides an easy way for you to check your local composer.lock against the Symfony Security Advisories Checker. It can either display the results in your console or email them to you on a scheduled basis. It uses Laravel's markdown system so it should fit nicely in your own styling.
That's it for this week, see you next Thursday! Some of you, in person? :) Povilas Korop LaravelDaily Team
|