comproso / laboratory
The Comproso Laboratory.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- comproso/element-collection: dev-master as 0.1.0
- comproso/element-leise: dev-master as 0.4.1
- comproso/framework: dev-master as 0.7.0
- laravel/framework: 5.2.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2024-11-09 19:19:59 UTC
README
Based on the Laravel framework.
Installation
- 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.
License
As the Laravel framework, Comproso/Laboratory is open-sourced software licensed under the MIT license.