feat: Aggiunto laravel package tools

This commit is contained in:
Maicol Battistini 2023-04-26 13:11:28 +02:00
parent b92d9a9872
commit 46fef554f1
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -4,10 +4,10 @@ namespace App;
use Illuminate\Support\Arr; use Illuminate\Support\Arr;
use Illuminate\Support\Facades\File; use Illuminate\Support\Facades\File;
use Illuminate\Support\ServiceProvider;
use ReflectionClass; use ReflectionClass;
use Spatie\LaravelPackageTools\PackageServiceProvider;
abstract class ModuleServiceProvider extends ServiceProvider abstract class ModuleServiceProvider extends PackageServiceProvider
{ {
public static string $name = ''; public static string $name = '';

View File

@ -45,7 +45,8 @@
"rawilk/laravel-settings": "^2", "rawilk/laravel-settings": "^2",
"spatie/file-system-watcher": "^1", "spatie/file-system-watcher": "^1",
"tightenco/ziggy": "^1", "tightenco/ziggy": "^1",
"wikimedia/composer-merge-plugin": "^2" "wikimedia/composer-merge-plugin": "^2",
"spatie/laravel-package-tools": "^1"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3", "barryvdh/laravel-debugbar": "^3",