File tree 3 files changed +2
-4702
lines changed
3 files changed +2
-4702
lines changed Original file line number Diff line number Diff line change 28
28
// response()->page(ViewsPath("errors/500.html", false), 500);
29
29
// });
30
30
31
- /*
32
- |--------------------------------------------------------------------------
33
- | Set up Controller namespace
34
- |--------------------------------------------------------------------------
35
- |
36
- | This allows you to directly use controller names instead of typing
37
- | the controller namespace first.
38
- |
39
- */
40
- app ()->setNamespace ('\App\Controllers ' );
41
-
42
31
/*
43
32
|--------------------------------------------------------------------------
44
33
| Your application routes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leafs/mvc" ,
3
- "version" : " 3.7 " ,
3
+ "version" : " 3.8 " ,
4
4
"description" : " A lightweight PHP MVC framework powered by Leaf" ,
5
5
"type" : " library" ,
6
6
"keywords" : [
28
28
"require" : {
29
29
"illuminate/console" : " ^8.75" ,
30
30
"leafs/blade" : " *" ,
31
- "leafs/mvc-core" : " * " ,
31
+ "leafs/mvc-core" : " ^1.10 " ,
32
32
"leafs/leaf" : " ^3.7" ,
33
33
"leafs/csrf" : " *" ,
34
34
"leafs/logger" : " *" ,
You can’t perform that action at this time.
0 commit comments