skip to Main Content

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

2

Answers


  1. 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.

    Login or Signup to reply.
  2. You have the spelling mistake with your command. use the below command

    php artisan route:clear
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search