-
**Describe the bug**
`linkToCrudAction` does not actually link the button to the method supplied in arguments.
**To Reproduce**
```
// Controller/Admin/CRUD/ModelCrudController.php
class ModelC…
-
Currently to generate crud we have to do the following steps:
1. create migrate.
2. run migrate.
3. create model from gii.
4. create crud from gii.
i suggest execute the following command (o…
-
**Context:**
I have a project named "projects monitor" designed to organize and monitor all my repositories, projects, and infrastructure. A key feature I need is to collect all GitHub information fr…
-
the translations identifier
'backpack.activity-log::activity_log.causer_model'
not show value
but change this line to
'backpack::activity_log.causer_model'
He show correct value
-
when "application/config/grocery_crud.php"
$config['grocery_crud_dialog_forms'] = TRUE;
Editing the record in modal dialog:
![image](https://f.cloud.github.com/assets/3953197/1118290/a90f6474-1a5b-11…
-
Saya sudah mendalami backend developer kurang lebih 6 bulan, saya berfokus pada 2 bahasa yaitu javascript (node js) dan php, untuk akhir akhir ini saya lebih sering pakai php dan saya paling expert di…
-
```
What steps will reproduce the problem?
1. Generate a Full Model, make sure you have foreign key constraints on table
level so that fullModel generates the relations() function in Model.
2. If you…
-
Checked through the files and the codes of your project and you have made tremendous progress
but you should work on more PHP CRUD Functionalities in your project.
42/60 that’s a general projec…
-
Is there a way to import the necessary items from a different file. here is an example.
public function handle($request, Closure $next)
{
@include('AdminMenu.php');
return $next(…
-
# Build a PHP & MySQL CRUD Database App From Scratch | Tania Rascia
In this tutorial, we're going to learn how to make the beginnings of a very simple database app, using PHP and MySQL. It will be ha…