Latest Laravel/PHP Articles

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


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
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Quick review of a package called EloquentFilter – it will help you move complicated search logic from controller to separate filter classes, to keep your code c...
RAD frameworks are a set of libraries, functions, classes, and reusable objects based on rapid application development methodology. RAD frameworks help save tim...
Technology is an integral part of our lives today with multiple offerings that seek to ease how human being go about their days. Also, perhaps one of the most s...
If you have a form separated into a few tabs with jQuery UI Tabs, then default Laravel validation will redirect you back to the first tab, even if the error was...