чистый laravel

This commit is contained in:
Anton
2026-05-18 11:51:37 +03:00
commit 057ca3cac4
56 changed files with 10586 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**
* Register any application services.
*/
public function register(): void
{
//
}
/**
* Bootstrap any application services.
*/
public function boot(): void
{
//
}
}