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

366 questions
-1
votes
1 answer

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
  • 11
  • 2
-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
  • 85
  • 8
-2
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
  • 47
  • 1
  • 5
-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
  • 109
  • 11
-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
  • 70
  • 1
  • 1
  • 10
-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
  • 5
1 2 3
24
25