spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
877 stars 148 forks source link

Fresh Blender install throws an exception #388

Closed AlexVanderbist closed 6 years ago

AlexVanderbist commented 7 years ago

On a fresh Blender install any front page throws an exception for the following error: Array to string conversion (View: blender/resources/views/front/_layouts/_partials/header.blade.php)

regal2157 commented 7 years ago

Recently tried to do a fresh install of this to check it out. I've had to modify a lot of files to get it working, so I feel there is something missing. Fixing one exception like this will just throw another.

A few of the translations seemed to have adopted another level, so for header.blade.php and register, etc, the lang 'auth.register' is now 'auth.register.submit' or 'auth.register.toLogin'

I've had other issues too where the action() calls need the full path: action('\App\Http\contollers[Front,Back]...') instead of just action('Front...')

sebastiandedeyne commented 6 years ago

I think was fixed, or will be fixed when #452 is merged.