riipandi / laravel-start-tailwind-vue
Starter project Laravel with TailwindCSS and Vue.js preset.
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2.5
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.0
- laravel/tinker: ^2.0
Requires (Dev)
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- laravel/ui: ^2.0
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
README
Starter project Laravel with TailwindCSS and Vue.js preset.
Quick Start
Create Project
composer create-project --prefer-dist riipandi/laravel-start-tailwind-vue myapp
Install
Edit or create .env
file and then execute:
# Composer dependencies composer install --no-suggest php artisan key:generate php artisan migrate:fresh --seed # Compiling resources npm install --no-optional --no-audit npm run development
For detailed explanation on how things work, check out Laravel docs.
License
This project licensed under the terms of MIT License. Please see license file for more information.