File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ compiled
22
22
hot
23
23
storage /framework
24
24
storage /logs
25
+ storage /database
26
+ storage /cache
25
27
26
28
# Logs
27
29
npm-debug.log
Original file line number Diff line number Diff line change 26
26
}
27
27
],
28
28
"require" : {
29
- "illuminate/console" : " ^8.75" ,
30
29
"leafs/blade" : " *" ,
31
- "leafs/mvc-core" : " ^1.10 " ,
30
+ "leafs/mvc-core" : " dev-main " ,
32
31
"leafs/leaf" : " ^3.7" ,
33
32
"leafs/csrf" : " *" ,
34
33
"leafs/logger" : " *" ,
38
37
"leafs/vite" : " ^0.3.0" ,
39
38
"leafs/form" : " ^3.0" ,
40
39
"leafs/http" : " ^3.0" ,
41
- "leafs/aloe" : " ^2.0 "
40
+ "leafs/aloe" : " v2.x-dev "
42
41
},
43
42
"require-dev" : {
44
43
"fakerphp/faker" : " ^1.16" ,
57
56
"App\\ Utils\\ " : " app/utils/" ,
58
57
"App\\ Events\\ " : " app/events/" ,
59
58
"App\\ Models\\ " : " app/models/" ,
59
+ "App\\ Mailers\\ " : " app/mailers/" ,
60
60
"App\\ Workers\\ " : " app/workers/" ,
61
61
"App\\ Console\\ " : " app/console/" ,
62
62
"App\\ Scripts\\ " : " app/scripts/" ,
Original file line number Diff line number Diff line change 100
100
*/
101
101
// \Leaf\Database::initDb();
102
102
103
- /*
104
- |--------------------------------------------------------------------------
105
- | Load custom libraries
106
- |--------------------------------------------------------------------------
107
- |
108
- | You can load your custom libraries here. If you have
109
- | anything defined in your lib folder, you can load
110
- | them here. Simply uncomment the line below.
111
- |
112
- */
113
- // \Leaf\Core::loadLibs();
114
-
115
103
/*
116
104
|--------------------------------------------------------------------------
117
105
| Run your Leaf MVC application
You can’t perform that action at this time.
0 commit comments