Questions tagged [laravel-admin]

Don't use this tag for general admin/dashboard. This tag is for encore/laravel-admin package an administrative interface builder for Laravel.

Laravel Admin is administrative interface builder for Laravel which can help you build CRUD backends just with few lines of code.

References:

72 questions
0
votes
0 answers

Show only edit form in Laravel-admin

I'm working on a Laravel-admin project with Laravel9 and I have an edit form that fetches a single piece of data from the DB and updates it. Therefore, I don't want to have a grid panel or create form. Is there any way to remove the grid panel and…
Mia
  • 11
  • 1
0
votes
0 answers

Adding LaravelAdmin To Laravel 8 project Gone Wrong

I want to use LaravelAdmin so I tried running the command composer require encore/laravel-admin at my Laravel 8 project. Then I keep getting this error at the terminal: Cloning failed using an ssh key for authentication, enter your GitHub…
memite7760
  • 69
  • 9
0
votes
1 answer

laravel admin, upload image in ckeditor

I am using laravel admin which is installed with "encore/laravel-admin" package: "*", Next I installed another package "laravel-admin-ext/ckeditor": "*", It adds a ckeditor form to edit the field in the admin panel itself His code with all the…
baby
  • 33
  • 7
0
votes
1 answer

header links by role laravel-admin

I use https://laravel-admin.org/docs/en/README on my site. I have a general header in the admin panel, which displays all the sections that can be edited, here is the code:
0
votes
1 answer

Editable datetime grid column save showing error toaster in Laravel-admin

I have a user grid with an editable datetime column. When i edit and save the date time i am updating the date value in my db using a put method and controller. But after successful save the error toaster is being shown without any message. Laravel…
David
  • 380
  • 2
  • 14
0
votes
2 answers

I have uploaded laravel project but its showing index of/admin. how to fix it?

I have uploaded laravel 8 project but its showing index of/admin in when I run the admin page. Please help me.
0
votes
1 answer

Laravel Admin plugin, how to call a function only once for each row

I have a Laravel project with Laravel admin running on it. On the "Users" page I'm trying to display information both from the users table and the pocket money table like so: ... use Encore\Admin\Controllers\AdminController; use…
The Blind Hawk
  • 1,199
  • 8
  • 24
0
votes
0 answers

Laravel-why admin receives every email message?

I am working on a web application with multiple users, and I have some issue with sending emails. Sending is working fine, no problems, but the issue is that every mail interaction between visitors and users is sent to admin email address stated in…
0
votes
1 answer

set value of a hidden form field in laravel admin

I want to set a default value for a hidden form field in laravel 8. $form->hidden("product.product_type")->value('1')->setDisplay(false); Here after saving the form, the value is set as null and not 1. What could be the solution?
afsara_ben
  • 542
  • 1
  • 11
  • 30
0
votes
1 answer

Can`t Load multiple select with different data in cascade select in z-song laravel-admin

Laravel Version: 8.74.0 Laravel-admin: 1.8.14 I use cascade select but I can't load multiple select with different data at the same time More explanation I would like to use multi-select: A => B A => C A => D "Select A options" is a static…
0
votes
0 answers

Bought Laravel Package, Package is running Laravel 6.x

I'm having trouble with installation of this here package i bought RedPrint Laravel App Builder CRUD Generator Plus When I download the zip file and then in the terminal I can't do either Composer install or npm install && npm run dev or php artisan…
0
votes
1 answer

Laravel redirect on unauthorized action

I'm using Laravel 7 and appzcoder/laravel-admin package. my system is already pretty extensive and I have been able to work with authentication, authorization, roles and permissions fine so far. Today when my users try to do an action and they don't…
0
votes
0 answers

Show records for specific user - Laravel-admin panel

I'm using laravel-admin panel and I'm trying to figure out how I can display only the records from "order" table that has the name of the Developer that is logged in. I read the documentation but I didn't find any solution for this specific case.…
Nayana
  • 127
  • 1
  • 13
0
votes
1 answer

Laravel admin form image control source

In Laravel-admin image control source path is incorrect. I upload the image to S3 and delete the local image file after that. But when loading the form, image control is seeking the image in local/media folder. The reason is 'url' =>…
chamarawix
  • 21
  • 2
  • 4
0
votes
1 answer

laravel admin org > z-song package >i force https by htaccess and after login to my admin panel redirect me to root

i installed laravel 7 with laravel-admin.org 1.6 6 month ago. then last month i upgrade it to laravel 8 and laravel-admin 1.8 in my local everything is ok but in my server after config https with .htaccess file RewriteCond %{HTTPS} off RewriteRule…
saber tabatabaee yazdi
  • 4,404
  • 3
  • 42
  • 58