Skip to content

A Laravel frontend preset that scaffolds out new applications.

License

Notifications You must be signed in to change notification settings

wiwatsrt/laravel-tailwindcss-preset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Laravel Tailwind CSS Preset.

A Laravel frontend preset that scaffolds out new applications.

What it includes:

Installation

This package isn't on Packagist (yet), so to get started, add it as a repository to your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/wiwatsrt/laravel-tailwindcss-preset"
    }
]

Next, run this command to add the preset to your project:

composer require wiwatsrt/laravel-tailwindcss-preset --dev

Finally, apply the scaffolding by running:

php artisan preset tailwindcss

About

A Laravel frontend preset that scaffolds out new applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.9%
  • JavaScript 33.9%
  • HTML 13.4%
  • CSS 1.8%