tailwindcss-laravel

This package wraps up the standalone executable version of the Tailwind CSS framework for a Laravel application.

MIT License

Downloads
9.1K
Stars
265
Committers
6

Bot releases are hidden (Show)

tailwindcss-laravel - 1.0.0 Latest Release

Published by tonysm 2 months ago

What's Changed

  • First official release! 🥳

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.14.0...1.0.0

tailwindcss-laravel - 0.15.0

Published by tonysm 2 months ago

What's Changed

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.14.0...0.15.0

tailwindcss-laravel - 0.14.0

Published by tonysm 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.13.1...0.14.0

tailwindcss-laravel - 0.13.1

Published by tonysm 8 months ago

Changelog

tailwindcss-laravel - 0.12.1

Published by tonysm 9 months ago

Changelog

  • Fix tailwind.config.js file requiring plugins that fail
tailwindcss-laravel - 0.12.0

Published by tonysm 9 months ago

tailwindcss-laravel - 0.11.0

Published by tonysm 11 months ago

What's Changed

  • Fixes installation command not overriding the default app.css file even though it's empty
  • Bumps the default TailwindCSS bin version to v3.3.5

Full Changelog: https://github.com/tonysm/tailwindcss-laravel/compare/0.10.1...0.11.0

tailwindcss-laravel - 0.10.1

Published by tonysm over 1 year ago

tailwindcss-laravel - 0.10.0

Published by tonysm over 1 year ago

tailwindcss-laravel - 0.9.0

Published by tonysm over 1 year ago

Changelog

  • CHANGED: Bump the default Tailwind CLI version to v3.2.6
  • CHANGED: Support for Laravel 10
tailwindcss-laravel - 0.8.0

Published by tonysm almost 2 years ago

Changelog

  • NEW: The tailwindcss() function throws an exception when the manifest file is missing. When testing, we don't want that behavior as we don't always need to compile our styles to run the tests (sometimes we do). For that reason, you may now use the new InteractsWithTailwind trait and call the $this->withoutTailwind() method on your tests (or in the base TestCase) to disable the missing manifest exception on your tests (see docs). Initial work by @andreasnij (thanks!)
tailwindcss-laravel - 0.7.0

Published by tonysm about 2 years ago

tailwindcss-laravel - 0.6.0

Published by tonysm over 2 years ago

Changelog

  • CHANGED: The tailwindcss:install command was changed to work with the new frontend setup in Laravel 9, which uses Vite instead of Mix. It should also keep working on installs in Laravel apps using Mix. Of course, it also works on apps using neither (*cough* *cough* Importmap Laravel)
tailwindcss-laravel - 0.5.1

Published by tonysm over 2 years ago

tailwindcss-laravel - 0.5.0

Published by tonysm over 2 years ago

Changelog

tailwindcss-laravel - 0.4.1

Published by tonysm over 2 years ago

Changelog

tailwindcss-laravel - 0.4.0

Published by tonysm over 2 years ago

Changelog

  • Adds a TAILWINDCSS_CLI_VERSION envvar to allow overriding it without publishing the config file
  • Bumps the default CLI version to v3.0.24
  • Adds a new --cli-version option to the tailwindcss:install and tailwindcss:download commands which may be used by passing the --cli-version="v3.0.24"
tailwindcss-laravel - 0.3.0

Published by tonysm over 2 years ago

Changelog

  • CHANGED: the tailwindcss.php config was updated: instead of specifying the destination file path, you define a destination PATH, we'll construct the full file path based on the source file relative path.
  • CHANGED: The binary destination file in the tailwindcss.php now checks if the file destination should end with .exe or not (for Windows support)
  • FIXED: the tailwindcss:download and tailwindcss:build commands now are working on Windows machines.
  • NEW: Increase tailwindcss:download default timeout when downloading the binary and allow users overriding it with the --timeout flag (accepts seconds)

If you have published the config, please, republish it again (no need to publish it if you haven't done that yet)

tailwindcss-laravel - 0.2.0

Published by tonysm over 2 years ago

Changelog

  • CHANGED: added a new config entry for the manifest location path. Also, the manifest is now prefixed with a dot. That's because Vapor will include dot files in the public/ folder by default. I know that's something users can ignore, but that should do it for now. If you have published the tailwindcss.php config file, make sure to republish that.
tailwindcss-laravel - 0.1.0

Published by tonysm over 2 years ago

Changelog

  • CHANGED: Laravel 9 support (nothing changed, just the version constraints)
Package Rankings
Top 6.74% on Packagist.org
Related Projects