【发布时间】:2016-08-30 13:37:57
【问题描述】:
我遵循了这个教程 (http://learninglaravel.net/laravel-52-and-angularjs-crud-with-search-and-pagination-example/link),它只能使用:
php artisan serve
当我尝试通过“localhost/myapp/public”访问时,我遇到了问题
“找不到页面”。
我应该如何编写路由以使用 artisan serve 和我的 apache 服务器。
【问题讨论】:
标签: php angularjs laravel url routes