Skip to content

Can read Laravel env and config setting for other programs.

Notifications You must be signed in to change notification settings

mbdmt/Read-Laravel-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Read-Laravel-Config

Can read Laravel env and config setting for other programs.

your php program path is here :

public/test.php

public/lib/GetLaravelEnv.php

test.php :

$getLaravelEnv = new GetLaravelEnv();

$config_val = $getLaravelEnv->get_envconfig('app');

print_r($config_val);

About

Can read Laravel env and config setting for other programs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages