added laravel 12

This commit is contained in:
jon brookes 2026-01-01 16:49:06 +00:00
parent 6a97cad9f8
commit 602bdcbe17
124 changed files with 18707 additions and 0 deletions

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
{
//
}
}