-
# Bug report
### What I did
I keep getting errors when using a subfield that has a "withfiles" configuration. This is the setup:
1) There is a model with its "pdfs" attribute as a repeatable …
-
### Before you submit an issue please read this
This repository is only for reporting bugs or issues. If you need support, please use Stack Overflow using **laravel-code-generator** tag (https://stac…
-
**We should document as we code**
A brief research on tool(s) we can use for documenting our backend code (any framework specific tool is preferred)
**What we need**
Any PHP documentation library…
-
I used "ignasbernotas/laravel-model-generator" package before and I see "Please use reliese/laravel package instead."
Now, I use Laravel 5.4 and have an exists database in MySQL. I want to generate m…
-
Laravel Model Generator already do the heavy weight lifting.
Have you considered adding an argument for generating a code compatible with API features (ex. controllers )?
-
Hello Team,
I tried to search for this in the online documentation without any result, is it possible to auto generate WYSIWYG field with laravel generator or I have to code it myself?
-
Hi,
I have much experience with code generators for vanilla php.
But with laravel this is my first time that I wanted to make code generation tools.
I came across laravel-create and I like it. But…
-
### Summary of problem or feature request
Print Specific Columns. How can I get $excludeFromPrint=[] array value dynamically from colvis. I am using InfyOm generator and Yajra Datatable
### Co…
-
Hey!
Just a little feedback:
1) Methods are better when initialized automatically with model,
instead of
```
public function edit($id){
$company = Company::findOrFail($id);
```…
-
- [x] I've read the [documentation](https://scribe.knuckles.wtf/laravel) and I can't find details on how to achieve this.
When documenting an API, we can use `@responseField` to document various re…