Skip to content

techbola/laramulti-laravel-vue

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

laramulti-laravel-vue

Admin dashboard to manage users using Laravel and Vuejs

Here are the things the project includes:

  • 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 And much more...

Installation

It's just like any other Laravel project. Basically here is how you use it for yourself.

  • Clone the repo git clone https://github.com/techbola/laramulti-laravel-vue.git
  • cd to project folder.
  • Run composer install
  • Save the .env.example as .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

About

Admin dashboard to manage users using Laravel and Vuejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published