bestmomo / laravel5-example

Simple laravel5 example for tutorial
MIT License
1.2k stars 568 forks source link

add /blog into backoffice #30

Closed lemirage closed 9 years ago

lemirage commented 9 years ago

hello , View/back/blog/template.blade.php on line 28
{!! url('/') . '/blog ' . Form::text('slug', null, ['id' => 'permalien']) !!} to have the real front url ;)

bestmomo commented 9 years ago

Good catch ;) Corrected with this commit.