laravel-backpack Questions
4
Solved
I need to find know how to properly use the dd() function in Laravel projects.
For example - I have got tasks to debug some code and functionality in my project (PHP /Laravel) and it always takes m...
Transmitter asked 26/3, 2022 at 14:33
1
Has anyone here ever created a nested dropdown within the backpack's cruds?
I've got this crud controller which handles the 'Campaign' model -
$this->crud->addField([
'name' => 'industry_...
Headsman asked 24/10, 2018 at 16:42
4
Solved
I would like to override the CRUD views of the Laravel Backpack CRUD package, because I want to make small changes to the layout. But obviously I don't want to change the CRUD package itself. Is th...
Favela asked 2/9, 2016 at 10:50
1
Solved
I get this error after clicking 'New Post' button the frontend of the app:
Posts view
Line from my log file:
[2020-09-27 14:41:03] local.ERROR: Call to undefined method App\Models\User::identifiab...
Capitally asked 27/9, 2020 at 14:49
1
Sorry Guy I'm new with Laravel Backpack 4.3 need your expertise.
I wanna create a simple page without CRUD is that possible on Laravel Backpack, if yes Which file I need to work on?
Grapeshot asked 29/3, 2019 at 7:52
0
We are evaluating Backpack for Laravel. One missing thing, a showstopper, that we can't find, is, how we can display multiple entities on the same page.
Examples:
- List of persons, i click one pe...
Overstrung asked 7/2, 2019 at 14:32
4
Solved
I'm using Backpack for Laravel to provide the backend area of my laravel website.
I'm having the following tables in my database structure:
This is to add sets to a match, and add matches to a ...
Arsine asked 28/2, 2017 at 17:21
1
Solved
I'm using backpackforlaravel to set up the backend area of my website. I've added an image field in my ProjectCrudController:
$this->crud->addField([
'label' => "Project Image",...
Loxodrome asked 26/2, 2017 at 12:5
2
Solved
First sorry for bad english, not native.
I'v an Laravel 5.3 App running on XAMPP, windows 7 machine.
Everything was working great, and i don't have made any impact changes on code, it just happen...
Firedrake asked 20/1, 2017 at 17:49
1
© 2022 - 2024 — McMap. All rights reserved.