Monk Techno

Leave a Reply

Your email address will not be published. Required fields are marked *

Next Post

Laravel upgrading 5.x to 8.x

Fri Apr 5 , 2024
Copy the your current composer.json file. Now go here https://github.com/laravel-shift/laravel-8.x/blob/master/composer.json and copy composer.json file and replace with your existing composer.json file. Again go to https://github.com/laravel-shift/laravel-8.x/blob/master/app/Exceptions/Handler.php and copy the Handler.php file and go to app/exceptions/Handler.php replace Handler.php with your existing file. Run the command composer update. Check your old or your […]

You May Like