A repo for laravel vue authentication with admin theme tutorial.
-
Clone the repo
-
Run
composer install -
Run
npm install -
Set your database credentials in
.env -
Update
axios.defaults.baseURLwith laravel server domain inresources\assets\js\app.jsfile. -
Run
php artisan serve
