Looking to hire Laravel developers? Try LaraJobs

laravel-site-config maintained by tiagof2

Description
A package to easily make use of config in your Laravel project.
Author
Last update
2024/03/14 07:12 (v1.x-dev)
License
Downloads
12
Tags

Comments
comments powered by Disqus

Laravel site config

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

Thanks to