-
### Is your feature request related to a problem? Please describe.
Currently when using the media field, the user upload a new file, but then have to manually select the file and hit "Ok" to actually…
-
### Environment:
- Laravel-Code-Generator Version: 2.3.3
- Laravel Version: 5.8.32
### Description:
It seems that the second field here is not being interpreted:
```$this->attributes['[% field_…
-
### Environment:windows 10,
- Laravel-Code-Generator Version: 2.2
- Laravel Version: 5.8
### Description:
when i install laravel-code-generator, various file are missing, like: /config/codegene…
-
Hi,
Is there a way to generate all the resources from an existing database?
I know we can generate resources pertaining to individual tables using:
```php artisan resource-file:from-database […
-
Hi
I'm trying to create a search function
I write that function
$[% model_name_singular_variable %] = [% model_name_class %]::where('','like','%'.$word.'%')->get();
so now I need to i…
almi9 updated
5 years ago
-
### Environment:
- Laravel-Code-Generator Version: 2.2
- Laravel Version: 5.5
### Description:
How can I generate pivot table?
I want to generate questions table and quiz table and a pivot tabl…
-
### Is your feature request related to a problem? Please describe.
When a new role is created, currently we redirect the user to the [Index](https://github.com/OrchardCMS/OrchardCore/blob/main/src/Or…
-
**Is your feature request related to a problem? Please describe.**
When I create a scaffold for a model name "Dummy", the route name are like:
'dummies.dummy.index'
'dummies.dummy.create'
etc.…
-
Rewatching the custom user display name and avatar by @MikeAlhayek (https://www.youtube.com/watch?v=gXJk9t9tjvU&ab_channel=Lombiq).
Do you plan to include such feature directly in OC? (and split it…
-
I think both `MarkdownField` and `MarkdownFieldSettings` classes should be moved to the OrchardCore.Abstractions project to allow other projects to use them without the need to install `OrchardCore.Ma…