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

Voyager admin panel links are broken

What is my problem: I make application using Laravel 5.5. I want had my application url like www.example.com/shop, and navigation in dashboard voyager panel are broken. Links goes to www.example.com/admin/{slug} instead…
0
votes
1 answer

How do I show a table's Has Many relationship on frontend?

Using Laravel + Voyager, I have a "Has Many" relationship: Course hasMany Teachers. In backend all is fine, but if I try to get the information in the frontend, I only get the value in table, not the relation, so the output goes something like: 0 …
pxs
  • 77
  • 6
0
votes
0 answers

htmlspecialchars() expects parameter 1 to be string in Laravel 5.8

I'm setting up a map, and want to display the coordinates. What do I need to do? Blade @foreach($myArgans as $argan)

{{ $argan->titre }}

izail
  • 76
  • 2
  • 7
0
votes
0 answers

error in database connection when upload laravel on sharedhost

i have a project (laravel + voyager + passport) it is work perfect on localhost, but when deploy to sharedhost (Hostinger), i faced this error when try to access (voyager login page): "SQLSTATE[28000] [1045] Access denied for user…
Osama Mohammed
  • 2,433
  • 13
  • 29
  • 61
0
votes
1 answer

broken image using Laravel 5 /Voyager

Currently, the Laravel app is saving correctly on MyProject/public/storage but the image on the app is always broken. If I save the images on MyProject/storage/ directory it works, I think there is a config I need to update. If I update APP_URL and…
Led
  • 662
  • 1
  • 19
  • 41
0
votes
2 answers

Laravel Voyager symlink(): No such file or directory CPanel

I uploaded my project to cpanel. and I put the file in the public folder on home/user/public_html. and others in the home/user/laravel folder in public_html I have a storage folder. but the file that I uploaded goes to home/user/laravel/storage and…
Ferdinand
  • 1
  • 1
  • 3
0
votes
1 answer

Unable to pass user id in text field with Voyager Laravel

I have installed Voyager for Laravel. I cannot understand the relation and why it gives me a dropdown menu each time. Here is what I have done: Image showing relations As you can see I have created a relation "Coupon" "belongsTo" "users" In the…
Benny
  • 430
  • 6
  • 17
0
votes
0 answers

Buttons don't show the right text

It was working fine in local but when uploaded to server, all the buttons is not showing the text, including the create, edit, delete. I already created the symbolic link to generate the storage folder inside the public. What can be the solution for…
Diego Vieira
  • 189
  • 1
  • 5
  • 15
0
votes
1 answer

Locating the main website (front page) file in cpanel for website built on laravel and voyager

I am trying to locate the file or folder in cpanel that the front page of my website is housed in so i can add a floating action button script to my website. I just have no prior experience here. (I am trying to add this in correct place) It…
0
votes
1 answer

How to set specific fields input class manually in 'Laravel's Voyager'?

I am setting up an inventory app using the Voyager library, and want to add input classes for specific fields from $row->field. How to set it up in the edit-add blade file?
Niyaz
  • 733
  • 2
  • 8
  • 17
0
votes
0 answers

How to use "specific setting blocks in Laravel Voyager admin pages or posts" for frontend implementations?

I am developing a CMS based web application using Laravel's voyager, for block management, I want to implement specific settings on each pages or posts, Is there any specific library?
Niyaz
  • 733
  • 2
  • 8
  • 17
0
votes
2 answers

"Trying to get property 'type' of non-object" when try to edit admin

Laravel Version: 5.7.14 Voyager Version: 1.1.1 PHP Version: 7.2 "Trying to get property 'type' of non-object"** 1.I am trying to edit admin user 2.there is users nav option when click on it same problem occurring In voyager admin panel. I am…
priya gupta
  • 19
  • 1
  • 10
0
votes
8 answers

MethodNotAllowedHttpException when trying to post data to controller via ajax in laravel

I'm trying to send dynamically generated data to controller via ajax in laravel. When user select an option from the dropdown then along with selected option and other data should be sent to controller. I've tried to send data to controller when an…
Kasun
  • 473
  • 1
  • 10
  • 32
0
votes
1 answer

Laravel socialite Save avatar

everybody, I need to Save image name in the avatar column in the database and save the image in public/Storage/users My Code Here Save image link in the database any help, please. public function handleProviderCallback($service) { $user =…
0
votes
2 answers

Laravel Voyager: Custom add-edit view with google map

I want to make a custom edit-add view in Laravel Voyager: a row with two columns. In the 2nd column, I want to put a google map. The questions are: How should I filter if the field is a map? When I get the map, how do I take the data from Voyager…
Surf3r
  • 101
  • 1
  • 11