-
working on a project I prepared a docker-compose file to put up mysql, php, and swagger to work straight away on the php-crud-api endpoint.
this is what I ended up with:
docker-compose.yml
```
v…
-
Hi,
Since twig 3.15, the base layout of easyadmin ( vendor/easycorp/easyadmin-bundle/templates/layout.html.twig ) triggers a warning at line 108 of the template : `{{ item.label|trans }}` .
The…
-
# Bug report
### What I did
responsive table
### What I expected to happen
![image](https://user-images.githubusercontent.com/23424932/222141836-b85ed106-c192-48c2-b4d1-e9b62856faee.png)
…
-
# Bug report
### What I did
Create a **select** field
```php
// type: relationship (BelongsTo)
CRUD::field('user')
->label(ucfirst(trans('validation.attributes.cu…
-
ui.php is in the document root and shows this screen with links to "home", and the two tables called "posts" and "users":
![E74BE572-3FAA-425A-ACBE-A574BC3CA8BB](https://user-images.githubuserconte…
nibl updated
3 months ago
-
I am facing the below error despite trying multiple versions of PHP (7.2, 7.3, 8.1) and ensuring the required Sqlite versions(PDO Driver 3.7.17), on shared cPanel servers.
```
{
"code": 9999,
"m…
-
Hi, I'm using select2_json_from_api, here is my code
```
$this->crud->addField([
'label' => 'Booking', // Table column heading
'type' => 'select2_json_from_api',
…
-
# Create a Simple CRUD Database App (Part 2) | Tania Rascia
In the first part of this tutorial series, I taught you how to connect to a MySQL database with PHP using the modern PDO method. We…
[http…
-
When I run the command to create the crud from the migration, I get the following error and it is basically because the sql server does not have this command, is it possible to make a change?
Err…
-
The project is, at the moment (June 2024), very old and it hasn't been updated in a very long time. PHP has reached version 8.3, Laravel is at version 11, and there are many other packages that needs …