{"id":14974616,"url":"https://github.com/marabesi/laration","last_synced_at":"2025-04-04T21:09:33.040Z","repository":{"id":49299050,"uuid":"71822659","full_name":"marabesi/laration","owner":"marabesi","description":"Simple package to see all current configurations being used by your Laravel application","archived":false,"fork":false,"pushed_at":"2025-01-19T20:28:44.000Z","size":162,"stargazers_count":47,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T20:09:49.317Z","etag":null,"topics":["composer","config","laration","laravel","laravel-application","laravel55","laravel56","package","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marabesi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-24T19:06:05.000Z","updated_at":"2025-01-19T20:28:40.000Z","dependencies_parsed_at":"2024-04-17T20:25:48.893Z","dependency_job_id":"0733391b-2f4e-4d0e-8f6f-219cfa67f93d","html_url":"https://github.com/marabesi/laration","commit_stats":{"total_commits":69,"total_committers":9,"mean_commits":7.666666666666667,"dds":0.3188405797101449,"last_synced_commit":"f84113dc1b011ad823792f841622c795ce1475b8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marabesi%2Flaration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marabesi","download_url":"https://codeload.github.com/marabesi/laration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249531,"owners_count":20908212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","config","laration","laravel","laravel-application","laravel55","laravel56","package","php"],"created_at":"2024-09-24T13:50:49.102Z","updated_at":"2025-04-04T21:09:33.022Z","avatar_url":"https://github.com/marabesi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laration\n\n[![Build Status](https://travis-ci.org/marabesi/laration.svg?branch=master)](https://travis-ci.org/marabesi/laration)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0cf8dab7c61944988d9e2da8edae44cc)](https://packagist.org/packages/marabesi/laration)\n[![BCH compliance](https://bettercodehub.com/edge/badge/marabesi/laration?branch=master)](https://bettercodehub.com/)\n[![HitCount](http://hits.dwyl.io/marabesi/laration.svg)](http://hits.dwyl.io/marabesi/laration)\n\nSimple package to see all current configurations being used by your Laravel application.\n\nHave 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.\n\nIf no argument is given to list it will display all variables at once.\n\n# Before install\n\n|Laravel version|Laration version|\n|---------------|----------------|\n|5.0| 1.0|\n|5.1| 1.0|\n|5.2| 1.0|\n|5.3| 1.0|\n|5.4| 1.0|\n|5.5| 1.1|\n|5.6, 5.7, 5.8| 1.3 |\n|6.0| 1.4 |\n|\u003e= 7| 1.5 |\n\n# Installation\n\n- Require Laration with composer\n\n```\ncomposer require marabesi/laration\n```\n\n# Laravel \u003c= 5.4\n\nAdd the `Marabesi\\ServiceProvider::class` in the provider array (config/app.php)\n \n# Laravel \u003e= 5.5?\n\nIf yes, that's it! Laration will be add to your project by [Laravel's 5.5 Package Auto-Discovery](https://laravel.com/docs/5.5/packages#package-discovery).\n\n# Available commands\n\nDisplay only **app** variables\n\n```\nphp artisan laration:list app\n```\n\nDisplay only **broadcasting** variables\n\n```\nphp artisan laration:list broadcasting\n```\n\nDisplay only **cache** variables\n\n```\nphp artisan laration:list cache\n```\n\nDisplay only **database** variables\n\n```\nphp artisan laration:list database\n```\n\nDisplay only **filesystem** variables\n\n```\nphp artisan laration:list filesystem\n```\n\nDisplay only **mail** variables\n\n```\nphp artisan laration:list mail\n```\n\nDisplay only **queue** variables\n\n```\nphp artisan laration:list queue\n```\n\nDisplay only **session** variables\n\n```\nphp artisan laration:list session\n```\n\nDisplay only **view** variables\n\n```\nphp artisan laration:list view\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarabesi%2Flaration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarabesi%2Flaration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarabesi%2Flaration/lists"}