jcrucesadrados / inspire
This is a package to learn how to develop Laravel Packages
dev-master
2023-08-27 20:24 UTC
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-03-31 22:16:05 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