2017 © Pedro Peláez
 

library laration

Easy package to list all variables in a Laravel application

image

marabesi/laration

Easy package to list all variables in a Laravel application

  • Saturday, April 28, 2018
  • by marabesi
  • Repository
  • 1 Watchers
  • 48 Stars
  • 631 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 6 Versions
  • 22 % Grown

The README.md

Laration

Build Status Codacy Badge BCH compliance HitCount, (*1)

Simple package to see all current configurations being used by your Laravel application., (*2)

Have you ever wanted to list your environment variables without open each file in config folder? With Laration it is an easy task, just run php artisan laration:list and all variables will be listed., (*3)

If no argument is given to list it will display all variables at once., (*4)

Before install

Laravel version Laration version
5.0 1.0
5.1 1.0
5.2 1.0
5.3 1.0
5.4 1.0
5.5 1.1
5.6, 5.7, 5.8 1.3
6.0 1.4
>= 7 1.5

Installation

  • Require Laration with composer
composer require marabesi/laration

Laravel <= 5.4

Add the Marabesi\ServiceProvider::class in the provider array (config/app.php), (*5)

Laravel >= 5.5?

If yes, that's it! Laration will be add to your project by Laravel's 5.5 Package Auto-Discovery., (*6)

Available commands

Display only app variables, (*7)

php artisan laration:list app

Display only broadcasting variables, (*8)

php artisan laration:list broadcasting

Display only cache variables, (*9)

php artisan laration:list cache

Display only database variables, (*10)

php artisan laration:list database

Display only filesystem variables, (*11)

php artisan laration:list filesystem

Display only mail variables, (*12)

php artisan laration:list mail

Display only queue variables, (*13)

php artisan laration:list queue

Display only session variables, (*14)

php artisan laration:list session

Display only view variables, (*15)

php artisan laration:list view

The Versions

28/04 2018

dev-master

9999999-dev

Easy package to list all variables in a Laravel application

  Sources   Download

Apache-2.0

The Requires

 

by Avatar marabesi

laravel variables configurations

09/03 2018

v1.3

1.3.0.0

Easy package to list all variables in a Laravel application

  Sources   Download

Apache-2.0

The Requires

 

laravel variables configurations

07/02 2018

v1.2

1.2.0.0

Easy package to list all variables in a Laravel application

  Sources   Download

Apache-2.0

The Requires

 

laravel variables configurations

29/10 2017

dev-unit-tests

dev-unit-tests

Easy package to list all variables in a Laravel application

  Sources   Download

Apache-2.0

The Requires

 

laravel variables configurations

23/10 2017

v1.1

1.1.0.0

Easy package to list all variables in a Laravel application

  Sources   Download

Apache-2.0

The Requires

 

laravel variables configurations

27/11 2016

v1.0

1.0.0.0

Easy package to list all variables in a Laravel application

  Sources   Download

by Avatar marabesi