Latest Laravel/PHP Articles

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


Connecting your laravel project to MySQL database is moderately easy. Since we have done the installation with XAMPP. It comes along with already installed MySQ...
In this new series, we’ll be exploring the concept of custom validation rules in Laravel and how they can assist you. I’m posting an article each day with a new...
Cache busting is an old technique. Alter the name of a file, and you force your end users to download a shiny new version of your scripts, styles and even image...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Queues are an essential part of modern web applications. By handling long running processes as background tasks, apps become much faster and your users get a be...
‘Coding’. It’s not just a word, it’s a process in which you have to involve yourself completely. A one syntax or a semicolon error and the whole tedious process...
Included in this release is the ability to have the framework automatically register your events and listeners. To do so, define the shouldDiscoverEvents method...
The mass assignment may be a method of causing an array of information which will be saved to the required model directly. In general, you do not have to save d...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Before going to the topic , we will learn little about the __invoke() method. __invoke method is an amazingly useful PHP magic method. This feature is available...

blog.laravel.com

Laravel v5.8.9 released
Laravel v5.8.9 is released in 2019/04/02, here are the changes we`ve merged into this release. AddedAdded Event Discovery (#28064, #28085)FixedFixed serializing...
Databases are the fundamental part of any app. You need a database to be able to store and retrieve information about certain things or people. But, there comes...
Databases are the fundamental part of any app. You need a database to be able to store and retrieve information about certain things or people. But, there comes...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this new series, we’ll be exploring the concept of custom validation rules in Laravel and how they can assist you. I’m posting an article each day with a new...
Seldom there is a situation where we have our project database, but we need to take some external data from another database — for example, using 2 database con...
I wanted to implement a custom fluent interface for responses designed to work with my vue application. Instead of using macros, I wanted to create a wrapper th...
Hello world, everyone! I have a lot of experience in Laravel. There are landing pages, blogs, shops, News portals, and many other sites. And the main problem of...