Add ENV loader

This commit is contained in:
Maarten 2020-02-13 19:01:45 +01:00
parent 4b601a7ffa
commit b32fdef1ec
7 changed files with 204 additions and 5 deletions

View file

@ -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()