Last active
February 27, 2020 08:46
-
-
Save JeffreyNaval/f6e54fe64ecd05812804355a3c0be6a4 to your computer and use it in GitHub Desktop.
New Laravel - Tailwind Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer require laravel-frontend-presets/tailwindcss --dev | |
php artisan preset tailwindcss-auth | |
# https://github.com/adamwathan/blade-svg | |
composer require nothingworks/blade-svg | |
php artisan vendor:publish --provider="BladeSvg\BladeSvgServiceProvider" | |
# Queues | |
composer require predis/predis ~1.0 | |
# php artisan queue:failed-table | |
# php artisan migrate | |
# https://tailwindcss-custom-forms.netlify.com/ | |
npm install @tailwindcss/custom-forms --save-dev | |
npm install && npm run dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment