smorken / service
Services for PHP/Laravel
v10.1.4
2024-08-08 18:08 UTC
Requires
- php: ^8.1
- illuminate/http: ^9.0|^10.0|^11.0
- illuminate/routing: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
- smorken/sanitizer: ^9.0|^10.0
Requires (Dev)
- laravel/framework: ^10.0|^11.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.11.7
- phpunit/phpunit: ^10.0|^11.0
- smorken/controller: ^1.0
- smorken/docker: *
- smorken/export: ^10.0
- smorken/model: ^10.0
- smorken/storage: ^10.0
- dev-main / 10.x-dev
- v10.1.4
- v10.1.3
- v10.1.2
- v10.1.1
- v10.1.0
- v10.0.2
- v10.0.1
- v10.0.0
- 9.x-dev
- v9.5.2
- v9.5.1
- v9.5.0
- v9.4.3
- v9.4.2
- v9.4.1
- v9.4.0
- v9.3.9
- v9.3.8
- v9.3.7
- v9.3.6
- v9.3.5
- v9.3.4
- v9.3.3
- v9.3.2
- v9.3.1
- v9.3.0
- v9.2.7
- v9.2.6
- v9.2.5
- v9.2.4
- v9.2.3
- v9.2.2
- v9.2.1
- v9.2
- v9.1.3
- v9.1.2
- v9.1.1
- v9.1.0
- v9.0.4
- v9.0.3
- v9.0.2
- v9.0.1
- v9.0
- 8.x-dev
- v8.0.2
- v8.0.1
- v8.0
- 6.x-dev
- v6.4.4
- v6.4.2
- v6.4.1
- v6.4
- v6.3
- v6.2
- v6.1
- v6.0
This package is auto-updated.
Last update: 2024-11-08 18:38:03 UTC
README
License
This software is open-sourced software licensed under the MIT license
The Laravel framework is open-sourced software licensed under the MIT license
Installation
The service provider should automatically register itself under Laravel.
If not, you can manually add Smorken\Service\ServiceProvider::class
to the
providers section of config/app.php
.