anfischer / laravel-foundation
Laravel Foundation - a framework inspired by Lucid Foundation
Installs: 1 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-27 18:10:15 UTC
README
A package which adds base foundation for Laravel projects. The package is inspired by Lucid Architecture, but with added test-coverage and focused on adding foundation for Laravel >=5.6 and PHP >=7.1.
For more information about Foundation check out https://github.com/lucid-architecture/laravel and https://tech.vinelab.com/the-lucid-architecture-concept-ad8e9ed0258f.
Base Laravel 5.6 scaffolding on this package can be checked out at https://github.com/anfischer/laravel-foundation-scaffold.
Structure
src/
tests/
vendor/
Install
Via Composer
$ composer require anfischer/laravel-foundation
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Security
If you discover any security related issues, please email kontakt@season.dk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.