We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
Why do you still need to say:
use MyClass\Table\Facades\Table;
use MyClass\Table\Facades\Table
at the top of a laravel controller
even if you have specified it in app/config/app.php
app/config/app.php
'aliases' => [ 'Table' => MyClass\Table\Facades\Table::class,
Aucun commentaire:
Enregistrer un commentaire