After installing laravel jetstream and inertia, I started getting a blank page.
I create my project on OS Windows 10.
After installing laravel jetstream and inertia, I started getting a blank page.
I use XAMPP server and if I try to go along the route "localhost/myproject/public/" it return blank page. However if I run a command: php artisan serve and go to "/127.0.0.1:8000/" then everything works great in this case.
What does all this mean. I want to make a project through XAMPP but not through built-in laravel server.
Besides, after everything, I will need to deploy it on a remote server, and as I understand it, this will not work either.