8000 GitHub - nwrman/prepare-tailwind: Prepare for laravel tailwind configuration with auth and vue and more
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nwrman/prepare-tailwind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nejcc/prepare-tailwind prepare for laravel-ui

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

About

Prepare for laravel tailwind configuration with auth and vue and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.3%
  • PHP 22.8%
  • JavaScript 6.8%
  • Other 1.1%
0