mane-olawale / laravel-package-boilerplate
A laravel package boilerplate.
dev-main
2022-10-01 01:09 UTC
Requires
- php: ^7.2|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- mockery/mockery: ~1.4
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0
- phpunit/phpunit: ~8.0|~9.0
This package is auto-updated.
Last update: 2024-10-29 06:13:21 UTC
README
Laravel Package boilerplate
This project helps you bootstrap
Requirements
- PHP ^7.2|8.0
- Laravel ^6.0|^7.0|^8.0|^9.0
Installation
Via Composer.
To get the latest version of Laravel package boilerplate
composer create-project mane-olawale/laravel-package-boilerplate
Or By using this repo as the template of your new package.