Laration Versions Save

Simple package to see all current configurations being used by your Laravel application

v1.5

3 years ago

v1.4

4 years ago

v1.0

5 years ago

First version with the ability to list all the environment variables at once, or dived by sections.

All the available commands in this version are listed below. If you have custom files inside your configs folder, this package probably will list it as well but, in this version, is not supported.

Display all variables at once

php artisan laration:list

Display only app variables

php artisan laration:list app

Display only broadcasting variables

php artisan laration:list broadcasting 

Display only cache variables

php artisan laration:list cache

Display only database variables

php artisan laration:list database

Display only filesystem variables

php artisan laration:list filesystem

Display only mail variables

php artisan laration:list mail

Display only queue variables

php artisan laration:list queue

Display only session variables

php artisan laration:list session

Display only view variables

php artisan laration:list view 

v1.3

6 years ago

v1.2

6 years ago

v1.1

6 years ago