This repo is only a simple way to test and measure config variable retrieve
git clone [email protected]:danielebarbaro/laravel-config-values-tests.gitCreate a sample db test
cd laravel-config-values-tests
composer install
cp .env.example .envConfigure database variables
php artisan migrate
php artisan db:seed --class=ConfigSeederLaunch a PHP server:
php -S 127.0.0.1:8000 -t publicVisit http://127.0.0.1:8000/configs
Have fun!