Questions tagged [laraadmin]
13 questions
2
votes
0 answers
LaraAdmin to create many to many relationships / modules?
We are using LaraAdmin for the data modeling and CRUD of our site. It seems pretty versatile with one to many relationships such as state > city, but we don't know how to implement many to many relationships with the modules.
For example, we need to…

datasn.io
- 12,564
- 28
- 113
- 154
1
vote
1 answer
Laraadmin and sqlite "SHOW": syntax error (SQL: SHOW TABLES)
I have installed laraadmin as for quick admin with using sqlite.
But problem is when i am going to create something getting SQLSTATE[HY000]: General error: 1 near "SHOW": syntax error (SQL: SHOW TABLES)
Thanks

Sarwar Sikder
- 71
- 1
- 4
0
votes
0 answers
I want to generate new column with its value from ajax request in the controller into the module
This is the ajax request in my controller :
public function dtajax()
{
$users = User::all();
$users = DB::table('tc_users')
->join('users_tc_users','users_tc_users.tc_users_id', '=','tc_users.id')
…

zandroid arabapps
- 51
- 6
0
votes
2 answers
how to insert new variable into laraadmin view
i have for each loop in my view i want to check if the target is equal to some value and insert another value i`
@foreach ($modules as $module)
@if ($module->name === "h_car_positions") name =…

mohamed mohamed
- 33
- 6
0
votes
0 answers
I'm trying to check all the checkboxes on my edit view fetching the data from a table
I'm trying to check the checkboxes on my edit view fetching the data from a table so the problem is all the checkboxes come unchecked. heres the code:
i don't know if this helps but in the table the data stores in an array there's not pivot table so…

Victor Diaz
- 1
- 1
0
votes
1 answer
How to delete s suffix in module from laraadmin (in Module Name and DB table name) - Laravel Project
I have a laraadmin project.
But; laraadmin puts the s suffix of module names and module db tables.
Example.
I created new module. This module name is : "setting"
if i create module from this name, then the module name becomes the settings.
I want…

wplover
- 85
- 1
- 9
0
votes
1 answer
LaraAdmin how to use bigint field type
I'm building some application based on LaraAdmin crud generator. I need a field to be a BigInt since the possible values are bigger than a normal Integer. How should I achieve that in order to not make the system crash?

leopinzon
- 707
- 6
- 13
0
votes
1 answer
How to add delete confirmation in laraadmin modules?
I am using laraadmin in one of my application but module generated by admin not confirming when deleting any record. Please some one help me How to add delete confirmation in laraadmin modules?

Sandeep Yadav
- 591
- 1
- 4
- 14
0
votes
2 answers
Lara Admin: hiding a column on a module's listing/index view
I was wondering if the dwij/laraadmin package has an already implemented feature to hide a column in a module's listing. As I cannot find a checkbox or toggler to hide/show a column of a module in the module's settings.
The reason I want this is…

Roderik
- 45
- 1
- 7
0
votes
1 answer
Config error Laravel 5.5 admin
I have just integrated laravel-admin in my Laravel project. When I try to get login then it shows me an error message at the top of every inner pages.
Please check the screenshot:
And here is the 'disks' array from my filesystems.php:
'disks' =>…

Amrinder Singh
- 5,300
- 12
- 46
- 88
-1
votes
1 answer
dwij laraadmin - multiple role based login
hi iam using these admin package. this package provide CRUD opertion and roles and logins,now i want to customize the login controller. i search in all folers,there is no login controller. can anyone find out to customize login controller in these…

vicky
- 415
- 2
- 10
-1
votes
3 answers
how to assign variable into if statment in blade.php
@foreach ($modules as $module)
@if ($module->name === "h_car_positions") $module_name == "history_car_positions"; @endif
{{ $module->id }}

mohamed mohamed
- 33
- 6
-2
votes
1 answer
Remove the field in from laravel 5
Two questions, how can I hide or remove the field in from the user profile form?
Second, I have in the form of a label for example Picture:, where can I paddle a symbol :?
form

Андрей Топчий
- 9
- 1