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

Rich Text Box Load Problem ? I Counldn't load Rich Text Box to Bread in Laravel Voyager?

I'm working with Php laravel Voyager framework . I try to add new field with fieldType is Rich text box but it doesn't work?
0
votes
1 answer

How can I get the value of a table row in Laravel

I have a row in my table called "custom_orders_status" which is a dropdown with 3 options, I want when option1 is selected in my database the column in my view to be red but I can't get that option from database. How do I do that? …
0
votes
2 answers

Undefined variable: products in @foreach loop

I am trying to override a view of voyager-admin and edit it but I get an "Undefined variable: products" error and I can't figure out why. Here is my OrdersController: $order = Orders::find($id); $products = $order->products; return…
0
votes
1 answer

Which one is better Nuxt+Vuetify or Directus?

I'm about to work on a rebuild/revamp legacy application that has CMS/Admin to monitor surveys. The current stack for the Admin is Voyager+Laravel while VueJs is use for the surveys. I'm thinking of moving away to Voyager and decouple the front-end…
AstralProgrammer
  • 169
  • 1
  • 12
0
votes
1 answer

font awesome and images doesn't work in Laravel Voyager

Hello everyone, i use laravel voyager as back-end.. My Admin doesn't work correctly.. font awesome, images, etc don't appear in the Admin. https://i.stack.imgur.com/f3y3c.png when i try to Add a product a get this…
mrprogra002
  • 3
  • 1
  • 8
0
votes
2 answers

How to Delete Related Data from pivot table in Laravel Voyager

enter image description herei have 3 tables made in Voyager and with BREAD (news - catg - news_catg). My 'news' Table have Relationship (Belongs To Many) to 'catg' and the news_catg is the pivot table Every think is working will except the Delete i…
0
votes
0 answers

My bootstrap carousel is not working, I have created carousel with bootstrap 4.3

I have created a carousel with bootstrap 4.3 with voyager admin panel dynamic data, but it is not working, I included bootstrap 4.3 version via CDN too, still not working please help me.
Dhan Pulami
  • 1
  • 2
  • 4
0
votes
0 answers

Parse Laravel Variable from Form Field

I want to parse variables in voyager admin form field and read it in the blade template. voyager form field value : LON{{$from}}HER{{$to}} Im setting the "from" and "to" as date values in the template. I want the end string to be like:…
Nabi Arshad
  • 65
  • 1
  • 5
0
votes
0 answers

Laravel voyager: I accidentally deleted the menu tools

I accidentally deleted the menu tools from Voyager. How can I get it back?
Marcello Pato
  • 500
  • 6
  • 21
0
votes
1 answer

Declaration of App\Models\User::isNot(App\Models\User $user)

i'm getting this error Declaration of App\Models\User::isNot(App\Models\User $user) should be compatible with Illuminate\Database\Eloquent\Model::isNot($model) for my code here i'm using voyager package in laravel any idea how can i solve…
0
votes
1 answer

laravel voyager mb_strlen() expects parameter 1 to be string, array given

i'm trying to save array in database in laravel voyager admin panel so i added protected $casts = [ 'array_value' => 'array', ]; to my model but now I get this error: mb_strlen() expects parameter 1 to be string, array given (View:…
0
votes
0 answers

Laravel video tag not showing in Safari or any other IOS devices but working Chrome, Mozilla Firefox and IE

I created a university website and for some reason the HTML video tag is not working on Safari's latest versions but working in Chrome and Mozilla of apple and windows. I already tried the solution from one of the questions here in stackoverflow…
0
votes
1 answer

Why do I have error when inserting new data?

I'm trying to override Voyager view "edit-add view" by adding one new input with the same controller. But when I try to add new data I face this error. "SQLSTATE[HY000]: General error: 1364 Field 'Category_id' doesn't have a default value (SQL:…
Elia Ibrahem
  • 77
  • 1
  • 1
  • 10
0
votes
1 answer

Saving array of dynamic fields data to DB using oneToMany relationship

I have been trying to save the data coming from the dynamically generated fields in the form of an array. I have a oneToMany relationship for the customer table. I have tried to loop through each field but I am unable to achieve it, please correct…
rahul.sharma
  • 457
  • 6
  • 20
0
votes
1 answer

How to fix menu position don't save in Laravel Voyager?

I have problem when I try to save menu position with drag and drop in Laravel Voyager. Laravel 5.5 version Voyager v1.1.3 The first image: after save сhanges his position anyway The second image: The end result like this save, but when I press the…
You Tube
  • 23
  • 4