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
-1
votes
1 answer

Laravel Voyager: Translation not working on posts and pages

I'm trying to add ar language to my website but I have a problem the body is not saving it saves

  

I have the request printed how I receive it when updating a post with 2 languages ar, en. The request is as this with some dummy…
Alaa M. Jaddou
  • 1,180
  • 1
  • 11
  • 30
-1
votes
1 answer

"Class does not exist exception" in Laravel

When I'm trying to create a bread for the table p_catogegory in the Voyager Laravel admin theme, it shows this error: How can I fix this? Here is the bread structure for my table:
sajid
  • 49
  • 1
  • 6
-1
votes
2 answers

Mysql import of laravel voyager database error - Specified key was too long; max key length is 767 bytes

Cant seem to upload a laravel database to a live server because of the specified key is too long. SQL ERROR example shows that the key constraint is too long, however it is not just on one table it is on many. Is there a way to update this or change…
m33bo
  • 1,334
  • 1
  • 17
  • 34
-1
votes
2 answers

Only created_at and Updated_at column accepting data in my newly Created voyager laravel Database table

i add a new table using the voyager database menu. the problem is that i can't create new data with my newly created database... anytime i try to insert a new data, its only the created_at and Updated_at column that is populated and the code:
Pcechz
  • 17
  • 3
-2
votes
2 answers

Search in Laravel voyager related table

There is 2 table for managing categories one for parents and another for sub-categories. When I want to search with this associated field, I can't. and get this error Error description Hizmetler Model (Sub-category): class Hizmetler extends…
JrsXcle
  • 3
  • 4
-2
votes
1 answer

how to create a folder in public/storage/annonces/ Month2020 when inserting image using laravel?

I want to insert the image of Annonces, so I insert link in db annonces\August2020\annonces.jpeg like laravel voyager, but I want to give me month and year automatically, uppercase month for 1st alphabet and year in NUMBERS like laravel…
Aid Aid
  • 83
  • 1
  • 10
-2
votes
1 answer

Render Google Map in Laravel Voyager admin panel

i am trying to show google map in Voyager admin panel i use bread but i get error : Invalid argument supplied for foreach() (View: path\vendor\tcg\voyager\resources\views\formfields\coordinates.blade.php) (View:…
Ali Mardini
  • 185
  • 1
  • 16
-2
votes
1 answer

I can't see the admin panel of Voyager is it because I am using Windows?

So, I have installed Voyager on my new Laravel project. Even though I did everything on the documentation page on how to install it. I can't go through the admin panel. I am using Windows 10 right now. And all the routes and pages are inside the…
Joseph Carlo
  • 78
  • 1
  • 2
  • 11
-5
votes
1 answer

How can I fix undefined variable problem?

My $links and $sliderimages variables work great. The $klas variable has been made by the same way like the first two I said, and for some reason it says that it is undefined variable. First $klas was meant for another view, however I decided to…
Gari
  • 35
  • 1
  • 5
1 2 3
27
28