#11 integrate pjax scaffold for form reload for deleting fares

This commit is contained in:
Nabeel Shahzad
2017-06-12 22:48:32 -05:00
parent 8615ce5b54
commit 486b47562e
7 changed files with 157 additions and 68 deletions

View File

@@ -143,7 +143,8 @@ return [
'View' => Illuminate\Support\Facades\View::class,
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
'Flash' => Laracasts\Flash\Flash::class
'Flash' => Laracasts\Flash\Flash::class,
'Yaml' => Symfony\Component\Yaml\Yaml::class,
],
];