laration

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

APACHE-2.0 License

Downloads
33.6K
Stars
47
Committers
10

Bot releases are hidden (Show)

laration - Laravel 7 + support Latest Release

Published by marabesi almost 4 years ago

laration - Laravel 6 support

Published by marabesi about 5 years ago

laration - First version

Published by marabesi almost 6 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 
laration - Implemented .gitattributes

Published by marabesi over 6 years ago

laration - Laravel 5.6 support

Published by marabesi over 6 years ago

laration - Laravel 5.5 support

Published by marabesi almost 7 years ago