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

dev-master 2020-02-20 12:09 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