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?
I am using xampp in mac
inside htdocs / run following commadn $ laravel new myblog
After successfully creation run following and do following
Change server.php to index.php (@ root directory)
copy .htaccess from public to root directory
(optional) in Resources / app.blade.php --> Change to
run following http://localhost/myblog/