All Projects → marabesi → laration

marabesi / laration

Licence: Apache-2.0 license
Simple package to see all current configurations being used by your Laravel application

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to laration

Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+1327.66%)
Mutual labels:  package, composer
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (+204.26%)
Mutual labels:  package, composer
Package Skeleton
📦 My base for PHP packages.
Stars: ✭ 6 (-87.23%)
Mutual labels:  package, composer
unit-converter
Convert standard units from one to another with this easy to use, lightweight package
Stars: ✭ 104 (+121.28%)
Mutual labels:  package, composer
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+5614.89%)
Mutual labels:  package, laravel-application
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+34.04%)
Mutual labels:  package, composer
Pharbuilder
Create Phar of Composer based PHP application
Stars: ✭ 122 (+159.57%)
Mutual labels:  package, composer
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (+0%)
Mutual labels:  laravel-application, laravel55
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+321.28%)
Mutual labels:  package, laravel-application
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (+304.26%)
Mutual labels:  package, composer
devliver
Your private self hosted composer repository with user management
Stars: ✭ 50 (+6.38%)
Mutual labels:  package, composer
parse it
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
Stars: ✭ 86 (+82.98%)
Mutual labels:  config, package
package-command
Lists, installs, and removes WP-CLI packages.
Stars: ✭ 16 (-65.96%)
Mutual labels:  package, composer
aplus
Aplus Command Line Tool
Stars: ✭ 71 (+51.06%)
Mutual labels:  package, composer
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (+78.72%)
Mutual labels:  composer, laravel-application
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (-25.53%)
Mutual labels:  package, composer
Laravel Messenger
Simple user messaging package for Laravel
Stars: ✭ 2,140 (+4453.19%)
Mutual labels:  package, composer
app
Aplus Framework App Project
Stars: ✭ 338 (+619.15%)
Mutual labels:  config, composer
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-82.98%)
Mutual labels:  config, package
remote-origin-url
Extract the git remote origin URL from your local git repository.
Stars: ✭ 15 (-68.09%)
Mutual labels:  config

Laration

Build Status Codacy Badge BCH compliance HitCount

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

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.

If no argument is given to list it will display all variables at once.

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)

Laravel >= 5.5?

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

Available commands

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].