leafMVC
leafMVC copied to clipboard
MVC "Framework" created from Leaf PHP Framework
Database.php Line 14 ("driver" => getenv('DB_CONNECTION')) is equating db connection with the driver itself, which is very misleading and prevents the ability to configure multiple connections (with custom names) from...
I try to get this running with BareUi instead of Blade templates. What I did was - scaffolding leaf mvc with the cli - remove `leafs/blade` and install `leafs/bareui` -...
## Automatically Load seeder Classes The seeding process initally required users to automatically define the seeder classes in the DB, which there is no problem with it, except when you...
## What kind of change does this PR introduce? (pls check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [x] Refactor...
I recently wanted to do multi-application processing, but not to leafMVC how should I set it up?