-
**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.…
-
Hey there,
I was wondering if it was possible we could get different stubs for the views other than blade. For example; Inertia.js, Livewire, Vue components perhaps?, other frameworks I probably do…
-
FOSSA.io provides scanning of FOSS licenses of the project and its dependencies. It supports generating shields itself, but they're limited (no options like on shields.io). Example:
`https://app.fo…
-
I am using repository pattern using [L5-repository validation](https://github.com/andersao/l5-repository#validators). This is my
## controller
```
-
I dunno if this is a laravel or larry-related issue, but when I created tables with underscores as its table name and then ran "php artisan dump-autoload" on the CLI, it creates unrecognized class nam…
-
Dear author
At first, very thank to you about this source code.
About me who is a not experience of Laravel and Vuejs, so have some difficult when I install this source code. Can you capture st…
-
@adamwathan I have a few testing questions for you that I have been struggling with for a while now.
I have two questions.
- **Referenced example 1 below**: What is the best approach when test…
-
__Description__
I am using hyn/multitenant on Ubuntu and created a virtual host pointing to website.com then I edited `/etc/sites-enabled/000-default.conf` and set the ServerAlias to catch-all route …
-
### Bug description
Using laravel idea in a turbo repo, so api is located in apps/api, and I have set the settings but the helper generator gives an error message: `\Illuminate\Database\Eloquent\Col…
-
**Describe the bug**
When running the migrate:generate command the resulting migration code does not generate the correct code.
**To Reproduce**
Steps to reproduce the behavior:
1. Create table …