. Advertisement .
..3..
. Advertisement .
..4..
How to install Php Artisan? Please guide me.
1. composer update –no-scripts or composer install
2. php artisan key:generate
3. rename example.env to .env
4. Change database credentials, set debug mode! Change app url
5. php artisan migrate(make sure u have the database running in the server)
6. php artisan config:clear
7. you are good to go!
Have you ever tried this solution