{ "name": "reliese/laravel", "description": "Reliese Components for Laravel Framework code generation.", "keywords": ["reliese", "laravel"], "homepage": "http://cristianllanos.com", "support": { "issues": "https://github.com/reliese/laravel/issues", "source": "https://github.com/reliese/laravel" }, "license": "MIT", "authors": [ { "name": "Cristian Llanos", "email": "cristianllanos@outlook.com" } ], "require": { "php": "^7.3|^8.0", "doctrine/dbal": ">=2.5", "illuminate/support": ">=5.1", "illuminate/database": ">=5.1", "illuminate/contracts": ">=5.1", "illuminate/filesystem": ">=5.1", "illuminate/console": ">=5.1" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": ">=1.4", "phpunit/phpunit": "^9" }, "autoload": { "psr-4": { "Reliese\\": "src/" } }, "autoload-dev": { "classmap": [ "tests/TestCase.php" ] }, "config": { "preferred-install": "dist" }, "extra": { "laravel": { "providers": [ "Reliese\\Coders\\CodersServiceProvider" ] } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
config | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitignore | File | 49 B | 0644 |
|
.travis.yml | File | 175 B | 0644 |
|
CHANGELOG.md | File | 1.4 KB | 0644 |
|
LICENCE.md | File | 1.05 KB | 0644 |
|
README.md | File | 3.32 KB | 0644 |
|
composer.json | File | 1.27 KB | 0644 |
|
phpunit.xml | File | 774 B | 0644 |
|