tiagof2 / laravel-site-config
A package to easily make use of config in your Laravel project.
Fund package maintenance!
Paypal
v1.0.02
2024-03-14 06:12 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0
- illuminate/filesystem: ^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.16
- symfony/console: ^5.3|^6.0|^7.0
- symfony/finder: ^5.3|^6.0|^7.0
Requires (Dev)
- laravel/pint: ^1.14
- mockery/mockery: ^1.5.1
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0
- phpunit/phpunit: ^9.0|^10.5|^11.0
This package is auto-updated.
Last update: 2024-10-14 07:17:44 UTC
README
How to use
- WIP
Publishable
- If want to publish
config
runs:
php artisan vendor:publish --tag=site-config-config
- If want to publish
migrations
runs:
php artisan vendor:publish --tag=site-config-migrations
- If want to publish
translations
runs !WIP:
php artisan vendor:publish --tag=site-config-translations
- If want to publish
views
runs !WIP:
php artisan vendor:publish --tag=site-config-views
- If want to publish
assets
runs !WIP:
php artisan vendor:publish --tag=site-config-assets