How to run Laravel without Artisan?

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

    For Windows Users Its very easy to change and run laravel projects on your normal project urls :
    1. "server.php" to "index.php" .
    2. copy ".htaccess" from public to root directory.

    there you go with your normal URL .

    localhost/project_name

提交回复
热议问题