File tree Expand file tree Collapse file tree 3 files changed +2
-4702
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4702
lines changed Original file line number Diff line number Diff line change 2828// response()->page(ViewsPath("errors/500.html", false), 500);
2929// });
3030
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-
4231/*
4332|--------------------------------------------------------------------------
4433| Your application routes
Original file line number Diff line number Diff line change 11{
22 "name" : " leafs/mvc" ,
3- "version" : " 3.7 " ,
3+ "version" : " 3.8 " ,
44 "description" : " A lightweight PHP MVC framework powered by Leaf" ,
55 "type" : " library" ,
66 "keywords" : [
2828 "require" : {
2929 "illuminate/console" : " ^8.75" ,
3030 "leafs/blade" : " *" ,
31- "leafs/mvc-core" : " * " ,
31+ "leafs/mvc-core" : " ^1.10 " ,
3232 "leafs/leaf" : " ^3.7" ,
3333 "leafs/csrf" : " *" ,
3434 "leafs/logger" : " *" ,
You can’t perform that action at this time.
0 commit comments