add necessary package and setup

This commit is contained in:
Nyan Lin Paing
2026-08-04 22:23:54 +07:00
parent 09c5603ff8
commit cfa5aed15c
102 changed files with 5076 additions and 15 deletions
@@ -0,0 +1,12 @@
<?php
namespace Modules\Shared\Providers;
use Illuminate\Support\ServiceProvider;
class SharedServiceProvider extends ServiceProvider
{
public function register(): void {}
public function boot(): void {}
}