How to run Laravel without Artisan?

前端 未结 11 2179
不思量自难忘°
不思量自难忘° 2020-12-05 03:24

I have PHP with Apache2 and I want to run Laravel Framework without Artisan but I can\'t! Does anyone know how to run Laravel without Artisan?

11条回答
  •  广开言路
    2020-12-05 04:11

    Well , the easy way is
    1) create a new folder"Project" and copy all files except public folder content to project folder
    2) copy all files of public folder to root
    and you can run laravel without artisan.If you rename server.php and copy .htaccess , it may make trigger some error when you try to run auth artisan command.I experienced problem with auth command.

提交回复
热议问题