Questions tagged [voyager]

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

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

References

415 questions
0
votes
1 answer

Call to undefined method TCG\Voyager\Voyager::canOrFail()

Version information Laravel: v5.8.35 Voyager: v1.2.7 PHP: 7.2 Database: mysql Description The left side links are not working after upgrading voyager After upgrading voyager its showing error on opening men builder
0
votes
2 answers

How can I remove these things from the side menu?

The problem is regarding the admin panel Voyager who is based on php laravel. So when I create database and follow up with adding BREAD, if I delete it, the name on the sidebar remains. Do you happen to know how I can delete it. I have tried going…
Gari
  • 35
  • 1
  • 5
0
votes
0 answers

Image is not uploading in the directory specified by laravel voyager

Image path is stored in the database but not stored in the directory of Laravel voyager Here's the code for showing images in the view. It means that image addresses are correctly fetched from database but there's no image present at that address.
Has
  • 1
  • 2
0
votes
1 answer

Understanding Coding of Menu in Laravel Voyager

Can anyone guide me where is {{ menu('admin', '_json') }} coming from in below code? Link of Github
Ali Raza
  • 59
  • 2
  • 7
0
votes
1 answer

How to only show logged in user's posts to user in Laravel Voyagers?

I had installed fresh Laravel project and added the Laravel Voyagers Package in it. Later I had created the Product table with id, title, user_id and created its respective BREAD. User can have many Products. So for Relationship, I had defined in…
Mohammed Sabir
  • 354
  • 1
  • 4
  • 16
0
votes
1 answer

voyager dashboard not showing posts users pages

I just installed voyager and the dashboard does not show posts, users, pages like you see on the screenshot. can anyone please help thank you
0
votes
1 answer

Coding in laravel Voyager

I'm using Voyager which is Laravel Admin that support BREAD operation. As part of my learning, I dig deep into their coding style. I'm confused about how they're calling and displaying side menu from 'resources/views/dashboard/sidebar.blade.php'.…
Ali Raza
  • 59
  • 2
  • 7
0
votes
0 answers

Laravel Voyager - Redirect to a different page after saving user preferences

I am using Laravel Voyager to develop an application. Users are added using admin account which has all the rights. If a normal user whose role doesn't have access to browse users logs in to the application and tries to save his details after…
SanketR
  • 1,182
  • 14
  • 35
0
votes
1 answer

How to show all images as gallery page in voyager?

I want to view all images in a gallery folder for my gallery view page. how could I find the code to do it? @foreach(json_decode($gallery) as $gallery)
0
votes
1 answer

How to display a video stored in Laravel Voyager as a file in frontend?

I want to display a multiple videos stored with Laravel Voyager in the frontend, I'm attempting to pull out my videos uploaded through admin with this: @foreach ($videos as $video)
0
votes
1 answer

Voyager admin menu isn't shown for user with role "admin" with all permissions

I've created new user by regular "Register" link at app frontend, then issued php artisan voyager:admin this_user@mail.com and logged in to Voyager with this user's login and password. What I saw is empty space in the panel on the left instead of…
Grzegorz Adam Kowalski
  • 5,243
  • 3
  • 29
  • 40
0
votes
1 answer

How to create anchor link to user name coming from relation relationship

Amit should be linkable to users How to make a user name to linkable from Voyager admin, Basically i want to display history of payment and relation of users. Thanks in advance !
suresh3
  • 3
  • 3
0
votes
0 answers

Laravel Blade: Accessing variables in an included file returned undefined

Laravel 5.8 Voyager 1.2 I'm trying to access a variable in an included file from the parent blade view. @include('vendor.voyager.test.child') {{$i}} @for($i=1; $i<5; $i++) {{$i}}…
Jim
  • 1
  • 1
  • 1
0
votes
1 answer

Delete data in Soft delete include Media file

I am using Voyager plugin to do BREAD , it work great but i got 1 problem where i need enable soft delete. It also work great but i want to delete my data in show deleted and media file related to it . anyone have idea on how to do this
Atf Azi
  • 27
  • 6
0
votes
2 answers

I can't access the Voyager admin panel after installing

I tried hard-coding an admin panel in my Laravel project only to find out about Voyager. So I installed voyager on my project (the admin panel files are still there). However, every time I test it out by going to mydomain.test/dashboard/login , it…
Franz
  • 137
  • 1
  • 5
  • 16