LaravelPackages.net
Acme Inc.
Toggle sidebar
tiagof2/laravel-site-config

A package to easily make use of config in your Laravel project.

12
0
v1.0.02
About tiagof2/laravel-site-config

tiagof2/laravel-site-config is a Laravel package for a package to easily make use of config in your laravel project.. It currently has 0 GitHub stars and 12 downloads on Packagist (latest version v1.0.02). Install it with composer require tiagof2/laravel-site-config. Discover more Laravel packages by tiagof2 or browse all Laravel packages to compare alternatives.

Last updated

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
  • GOD
  • https://laravel.com
  • https://github.com/spatie/laravel-package-tools
Comments