Blog

Insights, tutorials, and thoughts on web development and technology.

Setting up XDebug using Laravel Valet and VSCode

Setting up XDebug using Laravel Valet and VSCode

I have been working on Laravel from the past 6 years and only used Xdebug a couple of times. This was when I was fairly new to the project I am working on, and I had to dig into the algorithm. Those d...

Feb 24, 2021 · Tushar
Split and Organise Laravel Routes into Multiple Files

Split and Organise Laravel Routes into Multiple Files

If you are working with a huge Laravel project, at some point you will have a bloated web.php or api.php file with lots of routes, Although this works fine, but you may want to organize your route fil...

Feb 05, 2021 · Tushar
Submit Form on Change of Select Box Option

Submit Form on Change of Select Box Option

If you are working on an HTML form and if it needs to send request to the server on the change of select box option. You can do it using a simple javascript. <form action="/someURL&quot...

Feb 04, 2021 · Tushar
Using Bootstrap Framework on Laravel 8 Installation

Using Bootstrap Framework on Laravel 8 Installation

Compared to the previous version of Laravel where Bootstrap Framework was the default pre-installed frontend option. In the latest version there have been a lot of changes in the Laravel Framework whe...

Jan 24, 2021 · Tushar
How to Install PHP 7.0 / 7.1 using HomeBrew on Mac Big Sur

How to Install PHP 7.0 / 7.1 using HomeBrew on Mac Big Sur

Although PHP released its latest version i.e. v 8 , You might be working on a project that is using the old version of PHP i.e either version 7.0 or version 7.1 which is not supported by HomeBrew by d...

Dec 15, 2020 · Tushar