-
php artisan vendor:publish --provider="App\Containers\Crud\Providers\MainServiceProvider" --tag=classes
In Application.php line 635:
Class 'Collective\Html\HtmlServiceProvider' not found
-
HI,
The CRUD works but just having issues to display and ajax.
-
```
php artisan make:crud UserType
```
throws an exception
The 'user_type' word doesn't register.
rabol updated
3 years ago
-
Hi.
I am having issues with position of CRUD in view.
Is there a way to set CRUD inside like this
```
>
> Server settings
>
>
> Put crud here ?
>
>
>
>
```
-
Just trying to use crud-api in conjunction with the connection pooler [pgbouncer](https://github.com/pgbouncer/pgbouncer) but not having much success.
Can connect PHP to pgbouncer on the new port fin…
-
I suggest consideration changing the architecture of the `Felix_Arntz\WP_OOP_Plugin_Lib\Entities` namespace so that models would have named fields with their own getters and (optionally) setters. For …
-
Creazione Model Skills + migration + controller + seeder
php artisan make:model -a Skills
relation many to many (collaborator)
Validate data
Add CRUD
-
Hello guys know that here is not the place to ask this, but I'm using the jtable to make CRUD a website but I am not able to organize these entries in a menu, type index.php, menu.php, product. Php fu…
-
The UI for domains should be far more intuitive than `edit-tags.php` offers.
* [ ] Disable the `edit-tags.php` screen
* [ ] Add a new screen to CRUD domains
* [x] Rename `Name` to `Domain`
* [x]…
-
Hey Guys,
We have just opened up a small backpack add-on that we've been using internally. It allows you to fluently define CRUD panels (following the convention from Laravel Nova). We are calling …