There is no license information available for the latest version (1.04) of this package.

Include ENV/Config variables

1.04 2020-06-15 16:59 UTC

This package is auto-updated.

Last update: 2023-08-16 00:06:17 UTC


README

Install package:

composer require socialknowledge/vue-env 

php artisan vendor:publish --provider="Socialknowledge\VueEnv\VueEnvServiceProvider"

The config file will contain the array that you can define to make variables available.

If you want to edit the layout, it is published in the resources/views/vue-env/vue-env.blade.php file.

You can echo them out like so:

Env::outputEnv()