10-04-2026
This commit is contained in:
parent
4d6b4930b2
commit
4bb89aad8c
836 changed files with 52961 additions and 5950 deletions
|
|
@ -10,7 +10,11 @@
|
|||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"acme/contact-form": "*",
|
||||
"acme/cookie-consent": "@dev",
|
||||
"blade-ui-kit/blade-heroicons": "^2.6",
|
||||
"flux-cms/core": "@dev",
|
||||
"intervention/image": "*",
|
||||
"laravel/fortify": "^1.27",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/sanctum": "^4.1",
|
||||
|
|
@ -37,6 +41,9 @@
|
|||
"reliese/laravel": "^1.4"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"app/helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"Database\\Factories\\": "database/factories/",
|
||||
|
|
@ -55,7 +62,8 @@
|
|||
],
|
||||
"post-update-cmd": [
|
||||
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
|
||||
"@php artisan boost:update --ansi"
|
||||
"@php artisan livewire:publish --assets --ansi",
|
||||
"@php artisan boost:update --ansi || true"
|
||||
],
|
||||
"post-root-package-install": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue