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 …
Author: tgugnani
I work as a full stack web developer and have been working remotely since the last six years. If you are new to working remote and looking to organize your desk or workspace for better productivity, …
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 …
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"> <select …
In this tutorial we will go over on how we can implement a multi-language website in Laravel using Laravel Localization and also create a simple language switcher to change the default language. 1. Create New Laravel …
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 wherein you have to perform …
If you have upgraded Composer on your machine to the latest version i.e. version 2 and if you are working on the project that still uses some old packages which are dependent on Composer 1, you …
If you are looking to migrate your bitbucket repo into github, and if the original repo contains large files you will encounter the following error. GH001: Large files detected. You may want to try Git Large …
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 …
Apple recently launched new Mac series which is powered by their own M1 Chips instead of Intel Chips. I have a 13″ MacBook pro with 8GB of RAM and 256 GB of SSD. This piece of …