firstly i want to explain how I`m install laravel and jetstream.
I open a folder from c disk, and i am goes to this folder from cmd and I start to write these codes
laravel new project --jet, it ask to me livewire or inertia, I say livewire,
It building project and I migrate my database on xamp. I can reach this screen.
As you can see there is a login button from top right, when I click this button this screen comes out.
And these are files from installation.
Also I have a laravel project with jetstream, when i start server with this project it works well. But I can not install jetstream with new project.
I`m a new with this world, please help me. Thanks a lot
CodePudding user response:
@aynber I have resources/css/app.css.
Also I try to remove but not works, but I notice something
But this is not working, but I install with same method
CodePudding user response:
I found something interesting.
I write npm run dev
on a different terminal from project folder. Jetstream starts working, when I close terminal which is I wroten npm run dev
, jetstream crashs again.
¯_(ツ)_/¯