How to run Laravel without Artisan?

前端 未结 11 2144
不思量自难忘°
不思量自难忘° 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:04

    Just Follow 3 Step ;

    1. Change File Name : change serve.php to index.php inside your Project name folder.
    2. Move .htaccess file Bring ".htaccess" file to main root [inside your Project name folder ].
    3. Restart your local server. Your are just 1 click away . Restart all services of xampp or wamp
    4. Enjoy

提交回复
热议问题