riipandi / laravel-start-tailwind-vue
This package is abandoned and no longer maintained.
The author suggests using the riipandi/altstack package instead.
Starter project Laravel with TailwindCSS and Vue.js preset.
Package info
github.com/riipandi/laravel-start-tailwind-vue
Type:project
pkg:composer/riipandi/laravel-start-tailwind-vue
v7.2
2020-03-25 08:30 UTC
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.