feat: introduce hot reload system for views in development mode - #9816
mgarciad34 wants to merge 1 commit into
Conversation
|
Hi there, mgarciad34! 👋 Thank you for sending this PR! We expect the following in all Pull Requests (PRs).
Important We expect all code changes or bug-fixes to be accompanied by one or more tests added to our test suite to prove the code works. If pull requests do not comply with the above, they will likely be closed. Since we are a team of volunteers, we don't have any more time to work See https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md Sincerely, the mergeable bot 🤖 |
|
Unfortunately, your PR is likely to be rejected. You are developing an existing library. In addition, in the app/ folder. |
|
@mgarciad34 feel free to see #7489 |
Puede ser, pero esta libreria se hace integramente en PHP. |
|
@mgarciad34 Thank you for trying to make CodeIgniter better, but as mentioned, the |
This PR introduces a lightweight Hot Reload system for development in CodeIgniter 4.
php spark serveapp/Viewspartials/hotreloadsnippet for automatic browser reloadNo external tools (Node, Webpack, Vite) required. This feature is fully implemented in PHP.