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?
I got `Call to undefined function Leaf\inertia()` when I scaffold app using `--mvc` flag. It works fine using `leaf create ` without the flag.
Hi @mychidarko ! I have configured phpunit and pest in my leaf project, but with both libraries when I run the tests I get this error: Database connection [default] not...