Add ENV loader
This commit is contained in:
parent
4b601a7ffa
commit
b32fdef1ec
7 changed files with 204 additions and 5 deletions
|
@ -3,13 +3,12 @@
|
|||
namespace App\Http\Controllers;
|
||||
|
||||
use Runtime\Http\Controllers\Controller;
|
||||
use Runtime\Http\View\Factory;
|
||||
|
||||
class HomeController extends Controller {
|
||||
|
||||
public function index()
|
||||
{
|
||||
|
||||
dump(env('debug'));
|
||||
}
|
||||
|
||||
public function test()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue