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
9
votes
4 answers

How to create custom controller in Laravel Voyager

I am very new in Voyager. I have got all the controllers inside TCG\\Voyager\\Http\\Controllers while installing Voyager but didn't find other controllers those I have created using BREAD. Besides that I want to create custom controller in my…
raff
  • 423
  • 4
  • 13
  • 28
7
votes
4 answers

I have issue in creating admin user for Voyager Admin panel package in Laravel 5.4

after voyage package installation with this command : php artisan voyager:install I needed to create admin user with this command : php artisan voyager:admin your@email.com --create and then entering the name and the password The problem is after…
Ali Beshir
  • 412
  • 1
  • 6
  • 16
6
votes
1 answer

Create migration file while creating table in Laravel Voyager

I am using Voyager framework for Laravel. Wherenever I create table from Database Manager its creating table but its not creating any migration file. And its not good user interface who works on git repository(share the application's database…
Lohith
  • 121
  • 1
  • 12
5
votes
1 answer

How to prefill voyager BREAD form with currently logged in user?

[SOLVED] I have a simple listing in my laravel 5.7 project,and used voyager to manage its data. and i want to make a fully working created_by and last_edit_by BREAD table but still have no idea to get the currently logged in user. i currently using…
Mafaza SP
  • 81
  • 7
5
votes
2 answers

Implementing REST API with Laravel Voyager Admin Package

I am creating a CMS using Laravel Voyager Package (https://voyager.readme.io/docs/) and have successfully installed it, now I need to use the content to generate pages in my mobile apps and for this, I need to implement REST APIs in my Laravel…
Sanny Srivastava
  • 1,137
  • 1
  • 13
  • 24
5
votes
1 answer

laravel-voyager custom views for role

Laravel Version: 5.26.27 Voyager Version: 1.1.3 PHP Version: 7.2.1 Database Driver & Version: MySQL 5.6.38 Description: I'm new to Voyager but have already managed to create tables, populate them and configure their access privileges for BREAD. But…
Jorge Iraira
  • 61
  • 1
  • 3
5
votes
3 answers

TinyMCE: How to add plugin after init?

In the Voyager project they allow you to modify TinyMCE though a callback function: function tinymce_init_callback(editor) { //... } The methods of the editor are listed here. I know that one usually list the plugins on init: tinymce.init({ …
Adam
  • 25,960
  • 22
  • 158
  • 247
5
votes
5 answers

403 Forbidden Laravel on shared hosting

I have a shared hosting and I'm trying to make my laravel project works on it, I'm using voyager to the admin panel. I put my app public folder inside the /public_html and the rest of the project on the same level of the /public_html, so it looks…
jackcar
  • 659
  • 3
  • 13
  • 28
5
votes
1 answer

Laravel Voyager: Dropdown that shows conditional relations

I am using Laravel with Voyager for the back-end. I made a relationship between Posts model and Categories model. When adding a new Post, I can choose an according category using a dropdown. How can I make this dropdown show Categories according to…
5
votes
10 answers

Voyager for Laravel 5: Wrong paths for images

Having created a new user via Voyager, the avatar was showing as a broken image. I uploaded a new image, but the image remained broken. I checked with Console in Google Chrome and found 3 404 errors: 2017-06-19 10:53:50.159 …
Wayne Smallman
  • 1,690
  • 11
  • 34
  • 56
4
votes
2 answers

How to safely uninstall Voyager in Laravel?

After update Laravel to 5.8.* Voyager is completely broken Suddenly BREADS are broken, searchable is Undefined variable Call to a member function getTranslatedAttribute() on null appears every time... I am thinking about completely uninstall…
Marcello Pato
  • 500
  • 6
  • 21
4
votes
2 answers

Image field in edit mode still asking for image as a 'required' field

In the voyager backend, i set an image field as required in the BREAD section: This works well in 'add' mode. image field will be validated if empty Issue occurs in 'edit' mode. The image appears but on clicking on 'save', a prompt is thrown…
suo
  • 599
  • 7
  • 25
4
votes
0 answers

How do I assign specific pages permissions to specific roles using Laravel Voyager

We are using Voyager as content admin on our Laravel website. We were able to assign roles to have various BREAD permissions on the Pages module, e.g. author can add pages while the editor can edit/delete pages. We need to set up a permission…
Jaime Dolor jr.
  • 897
  • 1
  • 11
  • 28
4
votes
3 answers

how to migrate voyager stuff to new deploy instance?

laravel voyager is cool, but how to migrate these tables\setting\breads from development to product instance? especially for those develop once, deploy multiple time, how could it be done gracefully? as for laravel, the native database…
Weimin Wang
  • 83
  • 1
  • 7
4
votes
2 answers

Change voyager model

I want to add some mutators on Voyager's User class, but I won't change anything inside vendor folder, and Voyages uses a User model inside the package. Is it possible for me to, somehow, change this?
Guilherme Pressutto
  • 785
  • 2
  • 6
  • 18
1
2 3
27 28