austenc / preset
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/austenc/preset
Requires
- laravel/framework: ^5.8
README
Installation
Run this command to add the preset to your project:
composer require austenc/preset --dev
Run this command to install the preset
php artisan preset austencam
What It Does
- Removes Bootstrap and jQuery
- Removes minified
.js
and.css
files from version control - Installs Tailwind CSS, postcss-import and postcss-nesting
- Adds a default
app
blade template layout