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
- TailwindCSS [https://tailwindcss.com]
- VueJS [https://vuejs.org/]
- Vuex [https://vuex.vuejs.org/guide/]
- Vue-router [https://router.vuejs.org/]
- SASS [https://sass-lang.com/]
- Laravel-Mix (for compiling) [https://laravel.com/docs/master/mix]
- Adam Wathan - Creating the awesome TailwindCSS
- Evan You - Creating the awesome VueJS
- Pascal Hesselink - Setting up this boilerplate
This project is licensed under the MIT License