inertiajs / pingcrm

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

Upgrade Laravel 9.x (#1) #188

Closed treckstar closed 5 months ago

treckstar commented 1 year ago
treckstar commented 1 year ago

Added in vite + laravel-vite Removed mix. I'm not an expert with ssr but I added several commands in the package.json to try out. Learned a bunch about laravel, inertia, etc doing this, thanks for the this demo!

treckstar commented 1 year ago

Reverted previous changes, updated everything using the latest Laravel Breeze + Vue & SSR code. Seems to be working great. Use npm run build to compile the ssr.mjs file and then npm run start to start the service.

treckstar commented 1 year ago

Test demo site:

http://testing.my.aggressivecache.com/

Edit: The SSL expired temporarily, updated link. It still works, I'll have SSL fixed very soon.

treckstar commented 1 year ago

I can see that this PR may need updated with Inertia 1.0, if there is any interest in that let me know. 😁🫡

jessarcher commented 5 months ago

Thanks! Ended up letting Shift handle this in #209.