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 2bfcd6f commit 640cbce
Show file tree
Hide file tree
Showing 5 changed files with 2,686 additions and 5,891 deletions.
2 changes: 1 addition & 1 deletion artisan
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define('LARAVEL_START', microtime(true));
|
*/

require __DIR__.'/modules/autoload.php';
require __DIR__.'/vendor/autoload.php';

$app = require_once __DIR__.'/bootstrap/app.php';

Expand Down
23 changes: 2 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,7 @@
"license": "MIT",
"require": {
"php": "^8.0|^8.1",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^0.6.9",
"intervention/imagecache": "^2.5",
"juzaweb/packages": "^1.2",
"laravel/breeze": "^1.14",
"laravel/framework": "^9.2",
"laravel/tinker": "^2.7"
},
Expand All @@ -41,11 +30,6 @@
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^1.0"
},
"autoload": {
"psr-4": {
"Juzaweb\\": "modules/"
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
Expand All @@ -60,11 +44,8 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi",
"@php artisan juzacms:plugin-autoload"
],
"phpcs": "phpcs --standard=.phpcs.xml",
"php-cs-fixer": "php-cs-fixer --config=./.php-cs-fixer.dist.php"
"@php artisan key:generate --ansi"
]
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 640cbce

Please sign in to comment.