Tag: Laravel

  • Using Laravel Voyager with Laravel Spark

    There is an easy way to implement the Voyager User class into the Spark User class. The Spark installer will set up your App\User.php file to extend from Laravel\Spark\User. You will be able to log into the admin panel but the Voyager routes will not work. In order to implement the Voyager User class you need to…