Top "Voyager" questions

Voyager is a Laravel Admin Package that includes BREAD(CRUD) operations, a media manager, menu builder, and more.

How to create custom controller in Laravel Voyager

I am very new in Voyager. I have got all the controllers inside TCG\\Voyager\\Http\\Controllers while installing Voyager …

php laravel laravel-5 voyager
Voyager for Laravel 5: Wrong paths for images

Having created a new user via Voyager, the avatar was showing as a broken image. I uploaded a new image, …

php laravel-5 voyager
Displaying Laravel Voyager Images in templates

Per their instructions, I'm attempting to pull out my images uploaded through admin with this: {{ Voyager::image( $brand->logo ) }} …

laravel blade laravel-blade voyager
Laravel Voyager overwrite BREAD controller

I've started to use Voyager and I've problems with a controller. I've create a new table in database called Progress, …

php laravel voyager
Change voyager model

I want to add some mutators on Voyager's User class, but I won't change anything inside vendor folder, and Voyages …

laravel voyager