Latest Laravel/PHP Articles

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


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...

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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Regardless of what you are building, be it a simple website or something much more complicated, you need to have the best tools in the business to get the job d...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Google’s ReCaptcha is a system designed to check whether a user on a website is human or not and therefore prevent bots from engaging in unwanted behaviour on t...
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...
You pay USDT to ExinCore, ExinCore transfer Bitcoin to you on the fly with a very low fee and fair price. Every transaction is anonymous to the public but still...
Output buffering lets you “send” cookies at any point in your script, ignoring the “headers first” HTTP rule. Internally, it causes PHP to store the cookies sep...