Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


How to add an authentication proxy to your Laravel 5.8 app.
People that have used lavalite has recommended, that whoever wants to learn PHP framework should start with lavalite without any doubt. Learning framework with...

hackernoon.com

Is PHP Dead?
There are many blogs lying on “Is PHP dead” from 2011 presenting a number of different facts & figures supporting it. But the reality is that almost 80% of the...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
The ensuing discussion made it clear that many developers (including myself) don’t realize how complex environment variables in PHP actually are. Using Environm...
In fact, Auth::routes() is a helper class that helps you generate all the routes required for user authentication. Auth is a facade and is defined in config/app...
Today, i will show you how to create simple image upload in laravel. I write article step by step about image upload in laravel. I also added validation with im...
Laravel is an open-source PHP framework that follows the MVC pattern. It is a very popular PHP framework that reduces the cost of development and improves code...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

medium.freecodecamp.org

Multi-User Debugging in PhpStorm
How to allow multiple developers to debug the same PHP code on the same web server using Xdebug and DBGp Proxy.
The wait is over. We launched a new version of Argon Dashboard Pro Laravel, packed with powerful new features requested by the community. Read on for a bite-siz...

blog.laravel.com

Laravel v5.8.8 released
Laravel v5.8.8 is released in 2019/03/26, here are the changes we`ve merged into this release. AddedAdded Illuminate\Database\Query\Builder::forPageBeforeId() m...
In my Podcast application, the table that holds the sound files come with Closed Captions, which are generated thanks to Google Cloud Platform. When a author su...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this new series, we’ll be exploring the concept of custom validation rules in Laravel and why you’ll want to use them. I’m aiming to release a new article ea...
At Whitecube, we’re using Laravel for most of our projects. For some of them, we used to build custom admin panels and as you may have experienced it yourself,...
In this tutorial you’ll explore anonymous functions in PHP. Anonymous functions are a PHP feature that you probably won’t use that often; however, they can be r...
One of the new features in Laravel 5.8 allows you to not register your policies in AuthServiceProvider, they will be “guessed” automatically. Fill in the policy...