Skip to content

Commit

Permalink
Add filament module
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed Oct 8, 2023
1 parent eebb9de commit 4515c5a
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 2 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{
"type": "vcs",
"url": "https://github.com/arthurpar06/laravel-theme"
},
{
"type": "vcs",
"url": "https://github.com/arthurpar06/filament-modules"
}
],
"require": {
Expand Down Expand Up @@ -85,7 +89,8 @@
"spatie/laravel-ignition": "^2.0",
"kyslik/column-sortable": "^6.5",
"jlorente/laravel-data-migrations": "^2.0",
"filament/filament": "^3.0.69"
"filament/filament": "^3.0.69",
"coolsam/modules": "3.x-dev"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.8.1",
Expand Down
93 changes: 92 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4515c5a

Please sign in to comment.