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
3
votes
7 answers

error `Missing storage symlink` for voyager admin panel in cPanel

I have uploaded a voyager admin panel in my cPanel. It gives error Missing storage symlinkand images are not shown of new added item. Suppose I want to add a new user. All information is shown of new user accept user avatar. In locally error is…
raff
  • 423
  • 4
  • 13
  • 28
3
votes
2 answers

Laravel - SQLSTATE[42S02]: Base table or view not found: 1146 Table

I'm setup homestead in my pc then i'm try to access my files via local domain. But when i'm trying to connect with DB then showing me this error. I can't access my others projects too. I setup everything very well. But i don't know why showing me…
MD Iyasin Arafat
  • 763
  • 1
  • 12
  • 22
3
votes
2 answers

Laravel: How to use alerts in Voyager admin panel?

How to use alerts in voyager? any example? I want to show alert when post submitting with empty fields. Voyager Version: v0.11.14
Miri
  • 976
  • 1
  • 9
  • 15
2
votes
1 answer

Can't edit or create BREAD in Laravel Voyager (Argument #5 ($fk Constraints) must be of type array, bool given)

I recently added Voyager onto a small Laravel project I have been working on using the documentation's guide on how to do so. Everything worked fine but whenever I click "Edit BREAD" or "Add BREAD to this table" in the databases section I encounter…
Halmoos
  • 21
  • 4
2
votes
1 answer

Laravel validating the uniqueness of a field only when the value is not null

I have a system_name field that is nullable that I want to validate for uniqueness if the input is not null. As based on the recommended solutions given by others, it can just be $this->validate($request, [ 'system_name' =>…
Yeo Bryan
  • 331
  • 4
  • 24
2
votes
1 answer

How to add many to many extra pivot columns?

I have two tables products and orders which are linked by a pivot table order_product with the id of each table. But I also want to add an amout column to the pivot table. How can I do this with laravel Voyager?
Ahmed Ibrahim
  • 43
  • 1
  • 5
2
votes
0 answers

The merge method doesn't work in voyager laravel

I override the Laravel controller but now i don't what's the problem is coz it show me that (Field 'lab_price' doesn't have a default value) I used the merge method when I debugged its good and has a value. $val =…
Mrkhan
  • 65
  • 7
2
votes
0 answers

Upload big files with laravel voyager admin panel not working

I have this issue that I'm trying to upload files with more than 2MB. and it's not working. I'm using both ways: media picker with media manager file input and both has the same result. I tried to change the PHP.ini with…
Alaa M. Jaddou
  • 1,180
  • 1
  • 11
  • 30
2
votes
0 answers

How to view voyager model relationship in laravel site?

I am using voyager admin panel in my laravel app. And there are two models: Design Post I created a relationship through the voyager admin panel, the built in "Create a relationship" button. The relationship is as follows: class Design extends…
Omar Osama
  • 23
  • 5
2
votes
1 answer

GraphQL playground for java / Springboot

Is there a GraphQL playground plugin available with springboot. By default graphql-spring-boot-starter gives graphiql UI which looks very basic.
2
votes
1 answer

Change user's default profile_photo_path

In Laravel 8, I'm making a webapp, I enabled the default user registration with jetstream + livewire. Also, I added Voyager as an admin panel. I have a small issue in my users table I have both 'profile_photo_path' (From Laravel's default…
Jorge Anzola
  • 1,165
  • 3
  • 13
  • 33
2
votes
1 answer

Failed to create nodeport error, after deploying ingress

Failed to create NodePort error, after deploying ingress I have an ingress defined as in the screenshot: Screenshot The 2 replicas of an Ingress server are not spinning due to the Failed to create NodePort error. Please advice
Swathi
  • 67
  • 1
  • 4
2
votes
2 answers

Composer failure when installing Laravel + Voyager with league/flysystem

I did a composer create-project laravel/laravel . and a composer require tcg/voyager. I keep getting this. Using version ^1.4 for tcg/voyager ./composer.json has been updated Loading composer repositories with package information Updating…
Samik Sengupta
  • 1,944
  • 9
  • 31
  • 51
2
votes
2 answers

Laravel Telescope is not working in production with Laravel Voyager. How to secure /telescope/* routes in Laravel 7?

I'm using Laravel with Auth, Auth UI, Voyager admin panel, Telescope. Everything works fine untill I change APP_ENV=local to APP_ENV=production in .env file. When I change the .env file to production then I get the below error. screen shot of my…
Lalith Kumar
  • 426
  • 1
  • 6
  • 10
2
votes
1 answer

Voyager first login gives 419 Page Expired error

I've made a new installation of Voyager on XAMPP on Windows following the instructions at https://github.com/the-control-group/voyager I forgot to install with dummy data so I added an admin user using php artisan voyager:admin me@mydomain.com…
Nick W
  • 877
  • 2
  • 15
  • 30
1 2
3
27 28