leafsphp / leaf

🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
https://leafphp.dev
MIT License
1.12k stars 68 forks source link

V3.x dev #157

Closed mychidarko closed 2 years ago

mychidarko commented 2 years ago

Description

This PR contains fixes for styling, tests, renamed methods, debug config, inheriting the request class, and env. It also adds functionality to refresh config after an update in the leaf application. This means you can safely set config after Leaf has been initialized and Leaf would take care of the rest. This PR also removes version constraints on some modules so the user can update without Composer shouting in the console.

Related Issue

#152