Skip to content

Instantly share code, notes, and snippets.

@JeffreyNaval
Last active February 27, 2020 08:46
Show Gist options
  • Save JeffreyNaval/f6e54fe64ecd05812804355a3c0be6a4 to your computer and use it in GitHub Desktop.
Save JeffreyNaval/f6e54fe64ecd05812804355a3c0be6a4 to your computer and use it in GitHub Desktop.
New Laravel - Tailwind Project
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