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