'after installing Jetstream and inertia on larvel 8 it began to return a blank page
OS Windows 10.
I created a fresh laravel 8 project on XAMPP server.
Installed jetstream with command: $ composer require laravel/jetstream
Installed inertia: $ php artisan jetstream:install inertia
Installed Node Js Packages $ npm install && npm run dev
Have done Laravel Migration $ php artisan migrate
now if i'm running the project through $ php artisan serve URL- 127.0.0.1:8000 all things work great.
But if I try to open the project page through the XAMPP server getting the route http://localhost/myproject/public/ this time I get a blank page.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
