Laravel 5.2与Angularjs路线

I followed this tuturioal (http://learninglaravel.net/laravel-52-and-angularjs-crud-with-search-and-pagination-example/link) and it works only using:

php artisan serve

When I try to access by "localhost/myapp/public" I have a problem with

" page not found ".

How should I write the routes to work with artisan serve and my apache server.

You don't need to follow "localhost/myapp/public" just open your CMD inside your project root then run :php artisan serve it will run your app with loacalhost:8000 follow it and there we go :)