Uriah Galang
Uriah Galang
the issue is on laravel-mix , when i try to upgrade laravel-mix to latest its keeps poping this error, but if i use the old one version 0.* , its...
exodusanto , i manage to make it work with laravel 5 , and updated all vue , vuex, vue router, and even include vuetify in it, but i havent updated...
I really like how you implement this stuff , that we can use server bundler to use code splitting , which load only a chunk of the script we needed......
i have an update version working in laravel 5.5 but it has side effects, it causes me to render two content of the same component , which is not the...
This only happens when i run node server for ssr, but for the normal app without ssr its working... so my guest is its either the bundler or the server...
    I manage to fix it , i havent added css on any components yet... This is the big obstacle for me now , coz i cant...
yes JWT token is enough, but if you like laravel passport it is still possible but, i doubt its a perfect use case to use passport ...
feels like its broken...
i tried on my mac reading mode i click and click the play button nothing happens lol... the magic of javascript hahahha
manage to fix this by adding $app->configure('database'); for some unknown reason config for database is returning null but adding that code above fixed it