97a6b4b7cb
Cli: add serve command
c626bc177a
I18n CLI commands: replace --core parameter by Cli::core_mode()
f499087241
Cli: add core_mode() method, set it in handle_args() and add an hook
6aa4113310
Log: fix logging the right IP address when install behind a reverse proxy
bb62e5b53b
Log: log an error when fail to open log file and add error_log() fallback
b2abbaa10c
Log: fix logging the right IP address when install behind a reverse proxy
ba68ff783f
Log: log an error when fail to open log file and add error_log() fallback
24e3101dd0
Tpl: add fetch() method
3742ce7448
Tpl::display(): add success event info on success hook and fix triggering it (and sentry span finish) on error
4f46c38643
Add possibility to define config parameters default value in app's options
7e8b6ee5f2
App::isset(): remove unused parameter $config
eea359056b
Tpl: defaulty define upload_max_filesize variable from config
765844bee9
Move handling webstats_js_code parameter in core code
c346252f55
App: add upload_max_filesize config parameter to set upload_max_filesize & upload_max_filesize
d461b28b7d
App & Config: add isset() and set() methods
cd442079f5
Add CLI command to initialize a new project
4fae41d1ea
Url::remove_trailing_slash(): improve method
bc54dd93e2
Fix loading autoload.php file in CLI eesyphp tool