mhkmcp / LaraStart

A Starter Admin Template using Laravel + Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

How To Use This Boiler Plate

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/mhkmcp/LaraStart.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
  • Run php artisan passport:install
  • Done !!! Enjoy Customizing and building awesome app

License

The Laravel framework is open-source software licensed under the MIT license.

About

A Starter Admin Template using Laravel + Vue


Languages

Language:PHP 44.0%Language:Vue 39.2%Language:HTML 16.8%