jcrucesadrados / inspire
This is a package to learn how to develop Laravel Packages
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jcrucesadrados/inspire
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.0.1
Requires (Dev)
- laravel/pint: ^1.11
- nunomaduro/larastan: ^2.6
- orchestra/testbench: ^8.9
- phpstan/phpstan: ^1.10
- phpstan/phpstan-mockery: ^1.1
- phpunit/phpunit: ^10.3
This package is not auto-updated.
Last update: 2025-09-30 00:44:40 UTC
README
About this repository
This is a learning repository that is intended to be a source for a Laravel Package.
The package has been developed following the instructions of the following article: https://adevait.com/laravel/how-to-create-a-custom-package-for-laravel
By the way, after the first implementation, I have added some goods like:
- Follow a SOLID Architecture
- Add tests compatible with a Laravel Package (using Orchestral Testbench)
- Setup GitHub actions to test the repository before merging the code to master