Add routes, controllers, models and views
This commit is contained in:
parent
ca1e75e859
commit
92be95b893
1 changed files with 8 additions and 0 deletions
8
app/Http/Controllers/Controller.php
Normal file
8
app/Http/Controllers/Controller.php
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Http\Controllers;
|
||||||
|
|
||||||
|
abstract class Controller
|
||||||
|
{
|
||||||
|
//
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue