Starter Admin For Laravel backend with vue frontend.
Here are the things the repo include:
- How use Vue Router with Laravel
- How to Install AdminLTE 3
- How to Use Font Awesome 5 on Laravel
- How to Use API in Laravel
- Api Auth with Laravel Passport
- JWT with Laravel Passport and JavaScript Request
- Vue Custom Events
- Vue form with Laravel
- Axios and Ajax Request
- ACL in Laravel
It's just like any other Laravel project. Basically here is how you use it for yourself. (it's not completed yet)
- Clone the repo
git clone https://github.com/Onesmas78/laravel-vue-frontend.git
cd
to project folder.- Run
composer install
- Save as the
.env.example
to.env
and set your database information - Run
php artisan key:generate
to generate the app key - Run
npm install
- Run
php artisan migrate
- Done !!! Enjoy Customizing and building awesome app