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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -