Latest Laravel/PHP Articles

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


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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
#### 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
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.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...