Home > database >  Running composer dump-autoload how can i
Running composer dump-autoload how can i

Time:10-30

please i want know In detail step by step please

i will install plugin in script Written on the plugin site

Run from the project root directory:


composer dump-autoload

php artisan rout:clear

how can i do it please

I have tried many tasks with no result

CodePudding user response:

You have the spelling mistake with your command. use the below command

php artisan route:clear

CodePudding user response:

you have open cmd then you have go to the project which you want to execute those command then you have to write those command.

You have to be sure that you have xampp and composer.

  • Related