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
2 answers

Image is not uploaded or shown in rich text box in voyager

I have a rich text box named service details. There I normally uploaded information and related images of services. But image is not uploaded or shown there. while I uploaded it shows like below image
Arafat Rahman
  • 574
  • 3
  • 11
  • 27
0
votes
0 answers

How do I add PDF files in Voyager?

I try to add PDF from the admin panel, but I get a message saying that it is added and get this page right after
0
votes
1 answer

Is it possible to format a displayed data in Voyager?

I'm new at Voyager and I wanted to to format some numbers to a currency format. Normally, I'd do it like //In a blade file {{ $number_format($product->price, 0, ',', '.') }} If I want to format the displayed data in a BREAD view, how should be my…
mito
  • 61
  • 8
0
votes
1 answer

Cannot install voyager for laravel

I'm trying to install voyager in my project but I keep getting an error. I run composer require tcg/voyager that works. The framework gets installed. Next I run php artisan vendor:publish --provider=VoyagerServiceProvider that also works Next I run…
chinloyal
  • 1,023
  • 14
  • 42
0
votes
1 answer

How to use laravel voyager for two different admin url?

Can i use laravel voyager for two different url admin? Sample Code Route::prefix('admin-1')->group(function() { Voyager::routes(); }); Route::prefix('admin-2')->group(function() { Voyager::routes(); }); I have tried this but the…
0
votes
1 answer

laravel voyager - Error when updating background image in admin

I used laravel 5.4 and voyager 1.1, i updated the background image of admin page in Setting Menu. It shows an error. This error is still an issue ? or something i'd missed in my installation or configuration? some features is working fined! (1/1)…
Ariel Pepito
  • 619
  • 4
  • 13
0
votes
1 answer

Laravel Voyager after install gives "Access denied" error for root@localhost

I'm having a problem with laravel voyager I tried installing it and it says "Sorry, the page you are looking for could not be found." I watched the tutorials on youtube. I tried finding the problem and I think this is the causing it, but I can't…
RayD
  • 47
  • 5
0
votes
1 answer

How can I create a page in voyager without BREAD?

I need to create a page in the admin menu to generate reports from other data in the database. For example: /admin/reports. I want reports to only have access to administrators.
Bryan Zavala
  • 39
  • 1
  • 4
0
votes
1 answer

Voyager - Can we send e-mail when admin add user?

I am trying send information e-mail to user when admin add user. But i don't know how can i intervene the Userpage in Adminpanel? For example: Welcome "$user->name", your username is "$user->username" and your password is "$user->password". I think…
Ali Özen
  • 1,525
  • 2
  • 14
  • 29
0
votes
1 answer

access database content on other pages in laravel

I am getting the error: Trying to get property of non-object I do var_dump($page) and it returns NULL. I am trying to following exactly as I have already done in the project for posts, where I am able to do {{ $post->title }} but for pages I am…
Dan
  • 951
  • 1
  • 23
  • 46
0
votes
0 answers

Troubleshooting an error with timestamps and Laravel Voyager

When I go into Laravel Voyager's admin and attempt to create a new table, everything goes fine until I add timestamps. I have my project set to use mysql and I realize this is an issue with my mysql settings, but I can't seem to find an answer that…
brunam
  • 825
  • 2
  • 14
  • 26
0
votes
1 answer

how to add a new field in Laravel voyager registration page

How to add extra field or customize the registration form of voyager admin panel and how to know the password encrypted function for password field in MySQL Database. Password encrypted function :
Arafat Rahman
  • 574
  • 3
  • 11
  • 27
0
votes
1 answer

Laravel Voyager Storage link issue

I have used custom directory structure to install laravel on xampp. public folder's content is in the htdocs/demos/sricargo/ folder And rest of the files and folders are in same level of the htdocs and in this folder I have managed to get laravel…
Kasun
  • 473
  • 1
  • 10
  • 32
0
votes
0 answers

Laravel Spatie/Media with Voyager admin panel

I have the problem to make friends Spatie medialibrary with Voyager. When adding Bread to this table, there is a field called Model Name. If I fill it with model that implements HasMedia, the Bread has created successfully. But when browse 'media'…
0
votes
1 answer

Dropzone.js always auto uploads files. Can't set options on dropzone #id - Laravel - Voyager - Dropzone.js

i want to create a dropzone in my web application for uploading images and manipulate them with ImageMagick. My dropzone always auto uploads all Images and show an "opject Object" Error on the previews of the images in the dropzone. The upload on…
Lukas
  • 1,053
  • 8
  • 24