qirolab / laravel-sanctum-example

https://qirolab.com/posts/create-spa-authentication-using-laravel-sanctum-and-vuejs
72 stars 35 forks source link

Please upgrade to laravel 8 vue 3 and bootstrap 5 #2

Open bhojkamal opened 3 years ago

bhojkamal commented 3 years ago

I almost manage to upgrade to latest version but I could not do to this

mounted() {
    this.$root.$on("login", () => {
      this.isLoggedIn = true;
    });

on Navigation.vue I hope you will do it.