Skip to content

Commit

Permalink
Merge pull request #115 from kustomrtr/feature/114
Browse files Browse the repository at this point in the history
add vite 3 support for Laravel 9
  • Loading branch information
danharrin authored Jul 26, 2022
2 parents bc5e97d + 6cbab07 commit 9366368
Show file tree
Hide file tree
Showing 11 changed files with 4,853 additions and 46 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/vendor
composer.lock
/phpunit.xml
.phpunit.result.cache
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you're not familiar with the name, it's an acronym that describes the main te

Some notable features of this package include:
- Views extending a default layout
- Front-end assets like Tailwind CSS and Alpine.js compiled with Laravel Mix
- Front-end assets like Tailwind CSS and Alpine.js compiled with Vite 3
- Tailwind-powered pagination views
- The [Tailwind UI](https://tailwindui.com) and Tailwind's [Custom Forms](https://github.com/tailwindcss/custom-forms) extensions available out-of-the-box

Expand Down
Loading

0 comments on commit 9366368

Please sign in to comment.