Skip to content

Commit

Permalink
🚚 Move modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Aug 28, 2023
1 parent 640cbce commit d32baa8
Show file tree
Hide file tree
Showing 2 changed files with 667 additions and 6 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10",
"roave/security-advisories": "dev-latest",
"spatie/laravel-ignition": "^1.0"
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan juzacms:plugin-autoload"
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan juzacms:plugin-autoload"
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down
Loading

0 comments on commit d32baa8

Please sign in to comment.