I downloaded a Laravel app from a production server, so i want to run it locally on my machine but each time i try to run “php artisan serve” I’m getting redirected to this license page.
please note I’m new to Laravel
- i installed composer
- executed composer update
- migrated and connect the database
- enabled all extensions
- i created a folder named it “public” and copied the index.php to the folder
i believe i executed all necessary commands because i can create a new Laravel project and use the php artisan serve command to host it locally with the php server
the app works fine with XAMPP but it doesn’t log anything, so i want to run the app with the php artisan command so that i can see all error logs.
New contributor
Jephthah Yohanna is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.