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
3
votes
1 answer

TCG\Voyager doesn't get translation on relationship

I use Voyager admin interface (v.1.4) for Laravel (v8.0). Voyager supports multiple languages (official documentation: https://voyager-docs.devdojo.com/v/1.4-1/core-concepts/multilanguage). I have this relationship: Process belongsToMany…
3
votes
1 answer

Why does Laravel Voyager setting() display a different URL on the front end?

I'm using Laravel Voyager admin panel and I have created a value in the admin that is retrieved via {{ setting('site.logo') }}. On the admin panel, which I did not write the core code, the path returned is storage/settings/monthyear/image.png but…
Spencer Hill
  • 1,043
  • 2
  • 15
  • 38
3
votes
1 answer

Laravel Voyager server-side pagination links not showing

I am developing with Laravel 8.4 ("laravel/framework": "^8.40") and Voyager 1.4 ("tcg/voyager": "^1.4"). I am facing an unusual bug with Laravel Voyager. When I am activating Server-Side pagination for any BREAD, the pagination-links section is…
3
votes
1 answer

Laravel Voyager Scope use Parameter from Relationship

I have a question regarding Voyager Laravel Admin (BREAD). I have a relation ship (ads - belongsTo -> game). And the ads have many types, and the types have also a game parameter. In Voyager it works, i can select a type for the ads. But i want only…
3
votes
1 answer

Is there anyway to implement Multi Column Filtering in Laravel Voyager Bread Browse View with Server Side Pagination

I have a bread for Some Reports generated on my Voyager Dashboard. See the screenshot. And since there will be a huge amount of data available on this, i have enabled Server Side Pagination. With this set-up i am now able to show the reports of a…
Rahul K
  • 53
  • 1
  • 7
3
votes
1 answer

Directus.io vs Laravel voyager

I am looking for a good system where I am able to customize my table with custom fields without / less php development get the data by rest api out of the box membership area (is there a solution for directus.io, voyager, ... ) out-of-the box?…
user9663486
  • 69
  • 1
  • 4
3
votes
1 answer

How can I create a custom voyager Form Field from package?

I'm trying to create a repository composer package to create a custom form field for Voyager, and I found this example: https://github.com/bnku/extended-bread-form-fields , but this it doesn't work for me. So, how do I build a custom field form for…
Manuel
  • 33
  • 1
  • 8
3
votes
0 answers

How to force a default value on a referenced field in Voyager?

I am trying to set a default value for a referenced field (relationship) in Laravel Voyager. I have added a BelongsTo Relationship to a Voyager BREAD model referencing a field from another model. I have then added a default to the field Optional…
GiulioG
  • 369
  • 4
  • 15
3
votes
1 answer

How to handle symmetrical relationship to same table in laravel?

I have a product table in my Laravel project, products. I have another table, product_assocs: CREATE TABLE `product_assocs` ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, `product_id_primary` bigint(20) UNSIGNED DEFAULT NULL, …
3
votes
2 answers

Creating a data import page for Laravel Voyager

I am using Voyager for a basic BREAD admin to a small web application I am building for a small non-profit. Yearly they need to import 300-500 new semi-complex entries into the database from Excel, so I want to build an admin script that will store…
gokujou
  • 1,482
  • 3
  • 15
  • 27
3
votes
1 answer

deploy web application with laravels voyager admin panel

i developed a Website using Laravel 5.5 and Voyager Admin panel. Now i want to deploy my website to a DigitalOcean server. While developing I created tables via Voyagers Database Tool. I also set my relations between the tables there. This worked…
Lukas
  • 1,053
  • 8
  • 24
3
votes
1 answer

Implementing Multi-tenancy in Laravel

I am using Laravel 5.4 with having Laravel Voyager Installed. The main requirements of the project are to have the multi-tenant domain based application i.e. app.com and {client}.app.com I have been trying to load configurations based on a subdomain…
Saad Bhutto
  • 594
  • 1
  • 8
  • 22
3
votes
1 answer

CSV Upload Voyager

I'm a newbie to voyager, is there a way I can upload users via CSV in voyager. I imagine I would have to make a custom template for this, anyone that can point me on the right direction on this, I would highly appreciate it.
Jayjay
  • 112
  • 1
  • 1
  • 9
3
votes
1 answer

How can I let user do CRUD only on the record created by him/ Her in Voyager Laravel?

I am new to laravel and voyager I have one question about voyager. The thing is .. I want to let user do CRUD only on the records created by him/her, so records of other users won't be accessible to him/her but can do add-edit-delete ONLY on his…
Darek P
  • 61
  • 5
3
votes
1 answer

Localization of front-end template in Voyager Laravel

I want to translate my blog template which was created in Voyager. When I add new post I write it in only one language. Can you tell me step by step how to add translation to my posts? I want that the post translation could be changed from Voyager…
user7194542
1
2
3
27 28