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