Hello hello, Just came back from Laravel Live UK event (pleasantly surprised how many people recognized me!), and wrote a re-cap of one talk by Matt Stauffer, see below. Also we have a new case-study from a customer of our QuickAdminPanel, and quite a few articles from the community. Enjoy!
Articles from Laravel Daily Team
Matt Stauffer: “Is Laravel Enterprise-Ready?”
laraveldaily.com
With Laravel Live UK 2018 being over (awesome event, thanks Jonty!), I want to share my recap of one particular talk. Matt Stauffer has expressed his thoughts about Laravel in enterprise world. Is Laravel good enough? Let’s find out and discuss.
Using Asana API in Laravel/PHP
laraveldaily.com
Recently I’ve started a new client project which uses API of a project management tool called Asana. So I decided to write up a short demo for anyone who wants to use it, it’s really simple.
Articles from Laravel Community
Advanced Laravel Eloquent usage
blog.pusher.com
Laravel makes building PHP applications a breeze. It is designed to provide methods for handling the basics your application will need to run – database interaction, routing, sessions, caching and more.
Laravel Localization Package for Vue
laravel-news.com
“Laravel Localization to Vue” is a new package by Stefan Ninic that converts Laravel localization into a format consumable by JavaScript packages like Lang.js, which is a Laravel translator class in Javascript.
20 Useful Laravel Packages Available on CodeCanyon
code.tutsplus.com
Short, sweet, and to the point. That is, if you're already familiar with PHP and other frameworks, of course. If you're not, then we've got plenty of material for you to read. For example: If those don't satiate your desire, we also have a few courses available, as well.
PHP 7.3: A Look at JSON Error Handling
laravel-news.com
One of the new features coming to PHP 7.3 is better error handling for json_encode() and json_decode(). The RFC was unanimously accepted by a 23 to 0 vote. Let’s take a look at how we handle JSON errors in <= PHP 7.2, and the new improvements coming in PHP 7.3.
Creating a decent Laravel deploy script
sampo.co.uk
A good deploy script can save you time and speed up you application, and it only takes a few minutes to set one up. I have a standard deploy script which I use for almost all of my projects, which I'm going to break down and share with you. Note: This article assumes that you're using Laravel Forge.
appzcoder/30-seconds-of-php-code
github.com
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together. Returns true if the provided function returns true for all elements of an array, false otherwise.
Scopes in PHPStorm
www.stitcher.io
Scopes in PHPStorm can significantly improve your development experience. They enable better search and allow for custom file colours. These colours allow you to easily recognise files, and that in turn allows you to think more freely about things that really matter when coding.
Laravel Echo Server — Private Channels
medium.com
In my previous article I talked about setting up Laravel Echo, in this article I will show you what private channels actually mean, and why they are very useful. I recommend you to read my previous article about this if you have not yet, or still need to learn about this whole topic.
The basics of Laravel Queues using Redis and Horizon
voltagead.com
Queues are useful for taking jobs, pieces of asynchronous work, and sending them to be performed by some other process. This is especially useful when making time-consuming API calls or calculations that you don’t want to make your web users wait for before being served their next webpage.
Set Up an OAuth2 Server Using Passport in Laravel
code.tutsplus.com
In this article, we’re going to explore how you could set up a fully fledged OAuth2 server in Laravel using the Laravel Passport library. We’ll go through the necessary server configurations along with a real-world example to demonstrate how you could consume OAuth2 APIs.
sfelix-martins/passport-multiauth
github.com
Laravel Passport Multi-Auth Add support to multi-authentication to Laravel Passport OBS: Based on responses from renanwilian to Passport Multi-Auth issue Compatibility Laravel Passport ^2.0 ^3.
PHP 7.3 Alpha 1 Released
laravel-news.com
The PHP team announced yesterday that the release of the first PHP 7.3.0 version—Alpha 1—is available. This starts the PHP 7.3 release cycle which is based on PHP 7.2. The pace of the PHP 7 release cycle is a significant plus for developers and moving the language forward at a quickened pace.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|