tabacitu on master
add consistent field null prope… Merge branch 'master' into allo… remove select multiple and 6 more (compare)
tabacitu on allows-null-consistency
release-drafter[bot] on 3.0.6
tabacitu on master
Update security email address (compare)
tabacitu on master
bugfix select on change, revert… Merge pull request #106 from ma… (compare)
tabacitu on add-how-to-overwrite
tabacitu on master
Update README.md Update README.md Co-authored-b… Update README.md Co-authored-b… and 2 more (compare)
dependabot-preview[bot] on composer
Hello... I have created a widget (not sure if it should be a widget or not), called by dashboard. It takes up the whole screen and shows a table of data for a month. It has a button for next month. I store the present month in a hidden filed. How do I get it to display next months data if the button is clicked.
Do I call the dashboard from javascript or can I just call the widget and what is the code to do the call .
Okay... I did it by passing a url parameter to the widget via calling the dashboard with window.location = "/admin/dashboard?month="+monthnumber;
I think it is better to use a controller and a blade view.. so I will look into that.
bind()
principle is the same, that's Laravel functionality, not backpack specific
What could be the problem cause the csrf is init and the session domain is setup
check if the session_path is writable
public
folder.
$sql = bookhdr::find($bookhdr);
and will call a view that uses backpack's $entry. public function printPDF($id)
{
$bookhdr = bookhdr::find($id);
$pdf = PDF::loadView('bookhdr_show', compact(['bookhdr']));
return $pdf->download('bookhdr.pdf');
}
composer clear-cache
Failed to download backpack/crud from dist: curl error 28 while downloading https://codeload.github.com/Laravel-Backpack/CRUD/legacy.zip/62856b1f01fc3e05c80140fc22f85ea2aac8368c: Operation timed out after 300006 milliseconds with 26014104 bytes received
Now trying to download from source
Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi
Discovered Package: backpack/crud
Discovered Package: backpack/generators
Discovered Package: creativeorange/gravatar
Discovered Package: facade/ignition
Discovered Package: fideloper/proxy
Discovered Package: fruitcake/laravel-cors
Discovered Package: laravel/sail
Discovered Package: laravel/tinker
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Discovered Package: prologue/alerts
Package manifest generated successfully.
77 packages you are using are looking for funding.
Use thecomposer fund
command to find out more!