Boilerplate for Laravel including Tailwind, Vue, Vuex, Vue-router, Sass, Font and Laravel-mix.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Download the project and open it in your terminal and code editor!
1 - Install the packages via composer:
composer install
2 - Install the packages via npm:
npm install
3 - Copy the .env
file
cp .env.example .env
4 - Setup your .env
file with correct database settings
5 - Run the migrations
php artisan migrate
6 - Run the migrations
php artisan passport:install
optional - Run the seeder to create the default admin user
php artisan db:seed
Username: Admin
Password: password
Serve the website
php artisan serve
While developing run:
npm run watch
Before deploying your project run the following command
npm run production
This project is licensed under the MIT License