feat: ✨ Aggiunto laravel package tools
This commit is contained in:
parent
b92d9a9872
commit
46fef554f1
|
@ -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 = '';
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue