Make sure you're in the correct directory. When you run the command 'ls' from your command line, you should see an "artisan" directory, otherwise php artisan won't run.
Mar 10, 2017
1
Level 1
php arstisan serve not working
I added google maps to my existing project using this package:https://github.com/bradcornford/Googlmapper
I have followed the steps for installing this package. After running all the commands, I ran below command:
php artisan vendor:publish --provider="Cornford\\Googlmapper\\MapperServiceProvider" --tag=googlmapper
After this I ran "php artisan serve", but nothing happens? I tried php artisan, but it is showing nothing. I tried running "composer dumpautoload" I tried php artisan cache:clear, and php artisan route:clear, but no result
Not sure what is the issue. Any help is greatly appreciated!!
Please or to participate in this conversation.