Latest Laravel/PHP Articles

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


One of the major caveats of moving more and more logic over to the client-side is that the file size of your JavaScript file gets increasingly larger, especiall...
If you are an enterprise and you have clients globally, and you want them happy, this blog is for you! You would surely want to create a business application fo...
Laravel 5.0 was released in February 2015 and a 5.x update has been released roughly every six months since then. As 5.7 was released in September 2018, we can...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Oobject Oriented is an approach to software development that models application around real world objects such as employees, cars, bank accounts, etc. A class d...
Basically, if no route is matched, then fallback function is a way to override default 404 page and introduce additional logic. In your routes/web.php file, at...
#### Install apt tools ```sh sudo apt-get install apt-transport-https lsb-release ca-certificates ``` ## Import `deb.sury.org` source and key #### Debian ```sh...
public function logout(Request $request). “Logout: the easier way: In UserController.php” is published by DV
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
The time you spend builds system architecture, which is the most valuable time in the project. It makes the project cleaner and easier to grasped in addition to...
The solution relies on the use of ParaTest, a library that supports parallel testing in PHPUnit.
Recently I have been working on a new Laravel application, halfway through the project I thought that a cool feature to have would be an instant search bar. The...
Obviously, using a dual system with PHP and Node.js has disadvantages. In terms of architecture, you need to communicate between the Node.js and PHP, using Redi...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
GraphQL is a query language for APIs. It was developed and open-sourced by Facebook and now maintained by communities all over the world. GraphQL enables declar...
Friendly error pages that help and inform users are essential for all websites and web apps, for example in the event the visitor enters an incorrect URL. Larav...
How to Setup Laravel Installer Globally on your MacOS. Laravel Installer is a great command line tool, once you setup you can create new Laravel application any...
Are you looking to start a new web development on the PHP framework? Within the PHP framework, there are many available platforms to choose from that have vario...