You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced sigma-cli utility as a Batch file, providing native command-line support for Windows users.
Dropped support for PHP 7.4 – the framework now requires PHP 8.0 or higher. Supporting PHP 7.4 would require significant effort since it is no longer officially maintained.
Added base_path configuration option to app.config to set a custom base path, especially useful when running your application on servers like Apache or Nginx.
In this version , the following issues were fixed:
1- Wrong command for composer , it should be post-create... instead of post-install
2- Missing .gitkeep file for storage/cache directory
After three years of dedicated effort, I'm thrilled to finally introduce SigmaPHP framework v0.1.0! I know it's not yet perfect and many features are still missing, but I'm confident that with continued dedication and hard work, it will evolve into something truly remarkable.