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

How to design my database with Laravel?

I'm just doing my first steps with Laravel and web development in general. For this step of my project I'm designing DB for tournament website. What I eventually need: Every match has 3 maps. Every map has own score for each team (score_left_team…
0
votes
1 answer

Laravel localization with Voyager admin

I'm making a Laravel website with Voyager admin and now I need to add localization to that website. Voyager includes its own translations table and I'm using it for creating content in multiple languages from backend. But in the frontend routing is…
Nahapet
  • 55
  • 2
  • 6
0
votes
2 answers

Image validation doesn't work in Laravel Voyager

I have used validation for image in Laravel Voyager BREAD. But it doesn't work. It takes all dimension of images. Here is my code { "validation": { "rule": "dimensions:width=100,height=100", "messages": { "dimensions": "This…
raff
  • 423
  • 4
  • 13
  • 28
0
votes
3 answers

How to display in the view edit-add.blade.php only some tables in Voyager?

It's my first time using blade and I'm a little confused with this. I need to show a form like what it comes with the default edit-add view in Voyager, but I need to display some inputs based on roles. I am filtering by the current user that is…
Rugleh
  • 37
  • 1
  • 10
0
votes
1 answer

Laravel voyager validation

I try to use validation in Laravel Voyager. When I set validation rule for image like { "validation": { "rule": "required|image|mimes:jpeg,png,jpg,gif,svg|max:2048|dimensions:width=500,height=500" } } Though I have select an…
Raff
  • 5
  • 2
  • 12
0
votes
3 answers

Laravel5.5 error after merging branch: Failed opening required file

After merging branch, I am facing this error. lluminate\Support\ServiceProvider::mergeConfigFrom(): Failed opening required 'D:\project_folder_path\vendor\larapack\voyager-hooks/publishable/config/voyager-hooks.php'…
Shivam Pandya
  • 1,061
  • 3
  • 29
  • 64
0
votes
2 answers

How to create dynamic layout in Laravel with Blade?

So I'm building my first blog, and I'd like to dynamically show to posts on my landing page. I want the layout to become like this (might be a little weird): post-image - post-preview post-preview - post-image post-image - post-preview This is…
Sylent
  • 474
  • 1
  • 9
  • 25
0
votes
2 answers

Laravel Voyager BREAD Image Edit and Delete Issue

I have ran into a problem with image upload using voyager BREAD System. If I delete or update an image using BREAD the old image not replaced or deleted. It is still in the storage directory. I was using latest version of voyager with laravel 5.5.…
Ariq Islam
  • 13
  • 1
  • 2
0
votes
1 answer

voyager databases and MariaDB server

10.1.28-MariaDB I'm trying to make a new table in the voyager admin panel but i keep getting the error: generic.exception: An exception occurred while executing 'CREATE TABLE newReport (id INT UNSIGNED AUTO_INCREMENT NOT NULL, owner_id INT DEFAULT…
crffty
  • 424
  • 1
  • 5
  • 16
0
votes
2 answers

data duplicating when use custom controller in laravel's voyager admin panel

I use laravel 5.4 and voyager admin panel. There's module I created called recipes. I created database table, model and CUSTOM controller and views for this module. I also created BREAD, and indicated there my custom controller. the problem is the…
user8506374
0
votes
1 answer

Laravel , Voyager - Call to a member function relationLoaded() on string

I'v installed Voyager tool for Laravel , after creating a new User and try to login , I saw this That is what I get , I've checked the role_id in the User table in the database its recorded as Null . I've to enter the role_id manually even if I…
Ahmad Kamal
  • 29
  • 2
  • 10
0
votes
0 answers

New Roles doesn't get assigned to user( role_id in users table set to null)

I create a new role and tried to assign to the new user , it works perfectly but when i tried to do login with the new user credentials i got logged in but i got error. Please check the screenshot: The error appears because it sets the role_id to…
0
votes
3 answers

Laravel Voyager v1.1 date format not working

I tried to make the date field with different format on Laravel Voyager 1.1 as shown below: and yet the upon creation of the record its still using the default format:
Hendry
  • 25
  • 1
  • 6
0
votes
2 answers

Unable to recreate DataRow for relationship in Laravel Voyager

I upgraded to laravel 5.5 and Voyager 1.0 and am using mysql on a vagrant box. I want to add an entry on the data_rows table for a relationship between a User and a Store. I'm able to create the entry using Voyager's gui. Which creates the…
WhyAyala
  • 647
  • 7
  • 29
0
votes
1 answer

How to use Git on Laravel with Voyager?

Can someone help me using admin Voyager using git? For example, If you need to add new content type, how to add git for future push and deploy it on the remote server?
Ezequiel Fernandez
  • 954
  • 11
  • 18