Based on the Laravel framework.
- Install Comproso/Laboratory similar to Laravel.
- After installation uncomment the lines 162 and 163 in app/config/app.php to add the basic Comproso Service Providers.
- Then, run
php artisan vendor:publish
andphp artisan migrate
in CLI - Optionally add laravel-semantic-ui-css (download already included)
- Start including existing tests or develop your own one.
As the Laravel framework, Comproso/Laboratory is open-sourced software licensed under the MIT license.