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.baseURL
with laravel server domain inresources\assets\js\app.js
file. -
Run
php artisan serve