Skip to content

Commit 8732e85

Browse files
committed
feat: switch to new core
1 parent 2d5a860 commit 8732e85

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"leafs/aloe": "v4.x-dev"
1818
},
1919
"require-dev": {
20-
"leafs/alchemy": "^2.0"
20+
"leafs/alchemy": "^2.0",
21+
"fakerphp/faker": "^1.24"
2122
},
2223
"autoload": {
2324
"psr-4": {

public/index.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,6 @@
5656
unset($path);
5757
}
5858

59-
/*
60-
|--------------------------------------------------------------------------
61-
| Load Leaf configuration
62-
|--------------------------------------------------------------------------
63-
|
64-
| Leaf MVC allows you to customize Leaf and it's modules using
65-
| configuration files defined in the config folder. This line
66-
| loads the configuration files and makes them available to
67-
| your application.
68-
|
69-
*/
70-
Leaf\Core::loadApplicationConfig();
71-
7259
/*
7360
|--------------------------------------------------------------------------
7461
| Run your Leaf MVC application

0 commit comments

Comments
 (0)