Voyager is a Laravel Admin Package that includes BREAD(CRUD) operations, a media manager, menu builder, and more.
Having created a new user via Voyager, the avatar was showing as a broken image. I uploaded a new image, …
php laravel-5 voyagerPer their instructions, I'm attempting to pull out my images uploaded through admin with this: {{ Voyager::image( $brand->logo ) }} …
laravel blade laravel-blade voyagerI've started to use Voyager and I've problems with a controller. I've create a new table in database called Progress, …
php laravel voyagerI want to add some mutators on Voyager's User class, but I won't change anything inside vendor folder, and Voyages …
laravel voyager