python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Laravel Backpack - File upload is not triggering mutator
I'm running Laravel 9 on the latest Backpack. I've been trying to add a file upload field to my form, but I'm running into issues. I've added the following to my CRUD controller:
protected function se...
Ivan Herrera
Votes: 0
Answers: 1
Backpack Laravel Filterable Crud List in Tabbed Content
I have two Crud Controllers, Project & PurchaseOrders.
When I display a particular project content (say URL /project/2/show), its related purchase orders are displayed in table format in one of th...
Bonn
Votes: 0
Answers: 1
Laravel Backpack with FullCalendar issue
I'm using Laravel Backpack 4.1 for my project. On my Dashboard page I'm using several jQuery plugins such as:
bootstrap-daterangepicker
select2
They are working fine for me.
Now I want to empliment ...
Vlodko
Votes: 0
Answers: 0
Select2 keep showing "Searching" in ajax with pivot (n-n) in Laravel Backpack 5 Pro
I have 2 models: Order and Product, each has belongsToMany with pivot set properly.
In OrderCrudController, I also use FetchOperation and make a fethProducts() function as below:
use \Backpack\CRUD\ap...
Marga Rizaldi
Votes: 0
Answers: 2