crudbooster
crudbooster copied to clipboard
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Hello ! How change Date format dd/mm/yy inside form ? Thx
Hello, how to implement Child Form? I have created a form with datamodal according to the documentation but when I save all field is null
I need edit some view of CrudBooster, but I open the project in other computer and the changes are there
Please, someone could you help me ? I add a new statistic. And after I use the statitisc builder. Then I try drag and drog one statistic component (card, table,...
`$this->col[] = ["label"=>"División","name"=>"division_id","join"=>"divisiones,id"];` This line of code doesn't work in postgre, but in mysql it works. `$this->col[] = ["label"=>"División","name"=>"(select divisiones.divnombre from conceptos join divisiones on divisiones.id = conceptos.id_division and conceptos.id=`**$id**`...
I have not found order config in api generator add page. And I have searched issues list and document, nothing. Please help
Hello, Here are some useful plugins that can be added to Crudbooster: Site Tour : http://bootstraptour.com/ Progress bar : http://github.hubspot.com/pace Print page or DOM plugin : https://jasonday.github.io/printThis/ Page or Dom...
I Would like to keep a table ready only free to access wihtou login. how to do that?
It seem that this package does not support Sqlite because when I use generator module Laravel show error `no such table: information_schema.COLUMNS` (MySQL have this database).
I am using bellow composer code and getting error "Call to undefined method Maatwebsite\Excel\Excel::load()". Please help any one. "php": ">=7.1.3", "crocodicstudio/crudbooster": "5.5.*", "fideloper/proxy": "^4.0", "laravel/framework": "5.7.*", "laravel/tinker": "~1.0", "php":"^7.2", "barryvdh/laravel-dompdf":...