This is a PHP Composer package boilerplate, while using Illuminate components. Additionally, this boilerplate is able to run with Illuminate components independently and used in any other framework besides Laravel.
Important: There are no pre-defined front-end components in this boilerplate. This boilerplate mainly focuses on PHP Composer package development only.
Please follow the requirements and dependencies stated in the composer.json
file.
The current installation process is simple and straightforward, just run the command below:
composer install
With Illuminate Artisan, we can run our PHPUnit tests like below:
php artisan test
There are some test case examples, a simple unit and feature test. Modify and use them, or simply delete them as you wish.
This is licensed under the MIT License - see the LICENSE.md file for details.