Set up a fresh Laravel app

This commit is contained in:
kshitige
2025-03-11 12:30:50 +05:30
commit d8aaa2c691
56 changed files with 10375 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}