Laravel - valet 404 not found Laravel - valet 404 not found laravel laravel

Laravel - valet 404 not found


Run following commands from your project directory:

valet parkvalet link backend-laravel


You'll need to reinstall valet, just run valet install and valet restart.For this following steps:

cd parentvalet link my-projectcd parentvalet unlink my-project

That'll clean up previous, incorrect link and then run below code:

cd parent/my-projectvalet link my-project


You should run:

valet park

on your main folder (where all the laravel projects are stored) while the folders inside the main folder are the project folders and folder_name_inside_the_main_folder.test opens the project on your browser.

OR

You should run:

valet link

on your project folder and open foldername.test on the browser.

Hope it helps someone!!!