nejcc / prepare-tailwind
Prepare for laravel tailwind configuration with auth and vue and more
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 4
Language:HTML
Type:package
Requires
- php: ^7.2
- laravel/framework: ^6.0
- laravel/ui: ^1.0
This package is not auto-updated.
Last update: 2024-11-09 08:56:43 UTC
README
Installation
1. Laravel last version
composer create-project --prefer-dist laravel/laravel blog
2. Laravel ui scaffolding
composer require laravel/ui
composer require nejcc/prepare-tailwind
php artisan ui:auth
3. Tailwind prepare (when you run this command will replace your UI folder!!)
For Tailwind Only
php artisan ui tailwind
For Tailwind and Vue
php artisan ui tailwind-vue
For Tailwind, Vue, and Auth Views
php artisan ui tailwind-vue-auth
4. Compile
npm install
and / or
npm run watch
5. serve
php artisan serve
or
php artisan serve --port 8888