litteraly i wanna simulate how it will works on a server pc.
Login won't working without php artisan serve
Hello there. I am newbie on Laravel so I have some problem with my project. If I wanna to access my project via public folder, it showing the welcome page, the form, but don't submitting the form. If I run php artisan serve and I try to access it it works all fine. But on the another case if I try to access it for ex. 192.168.213.21/project/public or localhost/project/public won't submit my form. What can be the problem? Sorry for my poor english.
@ecw_szilard97 looking at your original question
if I try to access it for ex. 192.168.213.21/project/public or localhost/project/public won't submit my form.
This is wrong. you need to host the site so that the public folder is the document root
You can google how to setup virtual hosts with apache, or just use artisan serve
Please or to participate in this conversation.