inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 779 forks source link

How do install Inertia in laravel app starting fresh project, #210

Closed JayJay-101 closed 6 months ago

driesvints commented 6 months ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

JayJay-101 commented 6 months ago

i am using breeze install for inertia setup in laravel (SSR), what version from there i need to install inertia so that it runs only from php artisan serve, i am able to render the vue templates from laravel controller but the issue is i have to maintain two terminal running constantly for php artisan serve and npm run dev

but in the demo project thats not the case, only php artisan serve sufffice the render