Guide
Installation
Install Mahaut into a PHP 8 project and point your web server to the public directory.
- Clone the repository or create a project from the package once it is published.
- Run composer install when Composer dependencies are added.
- Configure the web server document root to public/.
- Keep app/, docs/, tests/, and storage/ outside the public document root.