The minimum version of PHP required by this package is PHP 8.1.
To install this package, you need a composer.
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev yii-tools/skeleton-app <your project>
To launch development web server run:
composer run serve
Now you should be able to access the application through the URL printed to console. Usually it is http://localhost:8080.
Check the documentation testing to learn about testing.
The MIT License (MIT). Please see License File for more information.