leaf
leaf copied to clipboard
🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
im tryng to do a post controller, in my controller i have echo app()->request()->get('nombre'), to see what they are sending me, but when i use request the next html error...
**Feature request** 1. Query Builder does not have joins and also does not have a composite condition feature. 2. Also the database model binding is not supported for mvc core.
Leaf looks like a great framework, but I noticed there isn't any activity in the discord, the blog hasn't been updated in over a year, and several issues posted months...
### Discussed in https://github.com/orgs/leafsphp/discussions/237 Originally posted by **ibnsultan** March 17, 2024 ### Limitations Currently, the route handler definition in the Leaf Router is limited to Closure or string-based definitions in...
**Describe the bug** I'm upgrading my application from Leaf v2.5 to Leaf v3 and I'm finding an issue with Blade. **To Reproduce** Below is the log trace I get. It...
## Description I am encountering an issue where database transactions are not rolling back when an exception occurs, which i think it may be a bug in the framework ....
## What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor - [ ]...
Hi, I have a following sql and I want to write a .yml schema file. CREATE TABLE `Programs` ( `program_id` int(11) NOT NULL AUTO_INCREMENT, `program_name` varchar(255) DEFAULT NULL, `program_code` varchar(50)...
## Describe the bug This works: ```php app()->get('/', ['name' => 'home', function () { render('index'); }]); ``` And this doesn't work: ```php app()->group('/admin', ['name' => 'admin', function () { app()->resource('/users',...
## Describe the bug When setting the JWT token lifetime in LeafPHP, the expiration (exp) timestamp is set incorrectly. Instead of expiring 1 year from issuance, the token expiration is...