Closed acacha closed 5 years ago
Hi! Just published 1.3.0-rc.1. Sadly, I have to time to check if it works... but reading the upgrade guide from Laravel 5.8 to Laravel 6 seems that there was nothing to worry about.
Please, could you try it? I can tag 1.3.0 if someone confirms that it works. Thanks.
I have just tried it on my development server and seems like it works on Laravel 6. It was just 2 pages loading. One with the route gong to nuxt and another one going directly to Laravel. I have also wanted to ask, if it is fine to use this package if I want to have 2 type of rendering: 1 - for frontside (SPA) using nuxt and 2 - for backside(admin) using standart response?
Yes, it should be fine. Laravel will render the Nuxt's base HTML page if receives a request to a route that doesn't exist. If the route exists, it'll act normally, so you'll be able to return views from Laravel as well.
Since it seems to work, I've pushed the 1.3.0 tag.
Hello,
This package doesn't works with new Laravel 6 release.