Skip to content

Commit

Permalink
Merge pull request #11 from fuelviews/update-deps
Browse files Browse the repository at this point in the history
Update tailwind.config.js and composer.json to include the laravel-forms package.
  • Loading branch information
thejmitchener authored Jun 12, 2024
2 parents 8333ceb + a686fe1 commit efb5168
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ php artisan vendor:publish --tag="navigation-views"

## Tailwindcss classes

Add laravel-form to your tailwind.config.js file:
Add laravel-forms to your tailwind.config.js file:

```javascript
content: [
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "[email protected]:fuelviews/laravel-forms.git"
}
],
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16"
Expand All @@ -27,6 +33,7 @@
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.3",
"ralphjsmit/laravel-glide": "^1.2.1",
"fuelviews/laravel-forms": "^0.0",
"livewire/livewire": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit efb5168

Please sign in to comment.