Laravel command php artisan serve showing Directory does not exist -
Laravel command php artisan serve showing Directory does not exist -
i have installed lavarel on ubuntu scheme going through this link. after steps can see laravel default page(you have arrived). came know laravel command tool. within laravel folder command tool(terminal) tried
php artisan serve
and showed me this
laravel development server started on http://localhost:8000 directory not exist.
when used http://localhost:8000
browser showed me webpage not available. can tell me how solve this? help , suggestions appreciable. thanks
reinstall , skip part when remove public folder. it's security feature have public folder separated application code.
php laravel laravel-4 artisan
Comments
Post a Comment