0
我面临的路线问题我使用的是laravel 5.4和xampp。 我用这个地址'localhost/project/laravel/public'去主页。 当我点击导航区域中的任何链接时,我找不到对象。 点击后,地址显示http://localhost/about链接和路由不工作
I edit home.blade.php as
href = "./" and "./about" By adding period
problem solved to some extent
but when I am on another page
e.g login page address is http://localhost/project/laravel/public/users/login
and if I want to go to contact page, again object not found message received
This time address is http://localhost/project/laravel/public/users/contact
I also tried href="{{ url('/contact')}}" in home.blade.php
The problem remains same.
and
php artisan serve
localhost:8000 gives 'unable to connect'
Please guide, thanks.
通过使用php artisan服务,获得 Laravel开发服务器启动:。 但localhost:8000地址响应无法连接 –
Amir
我建议你创建一个新项目 –
我已经尝试了新的但是同样的问题。有什么设置可以做我不知道的吗? – Amir