-
# Bug report
### What I did
Created a CRUD::Field on an morphable relation, defining an ajax datasource for the results:
```
CRUD::field([
'name' => 'morphable',
'l…
-
### 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…
-
I was searching on the internet for a package that would help me with a project I'm working on in Laravel, where this repository was recommended to me, from "https://laravel-news.com/package/simplesof…
-
Try to use this with another Library to generate ER Diagrams based off my models [https://github.com/beyondcode/laravel-er-diagram-generator](url) and have debugged to catch the following Exception
…
-
### Environment:
- Laravel-Code-Generator Version: 2.2.7
- Laravel Version: 5.5.40
### Description:
To save more typing, and to further the idea that the code generator already embodies, how can…
-
### 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…
-
PHP v7.4, Laravel v7.28.3 I use pragmarx/google2fa-laravel
QR code generating:
```
$google2fa = app('pragmarx.google2fa');
$google2fa->setAlgorithm(Constants::SHA512);
$secret = $google2f…
-
Reproducible repository (branch: `ssg-glide-cache-bug`):
https://github.com/ncla/statamic-bugs/tree/ssg-glide-cache-bug
To reproduce, simply have an asset field, and have such templating:
```an…
ncla updated
7 months ago
-
# Bug report
### What I did
my disk :
```
'stg1' => [
'driver' => 'ftp',
...
'url' => 'https://{my_domain}/uploads'
]
```
field :
```
[
'name' => 'url',
'ty…
-
Hi everyone,
congrats for your great work with this very useful code generator.
I'm using Postgres DB that isn't supported by --table-exists option.
Is there any way to create resources files .js…