-
How to set a default module,
Such as access to the index will be directed to a front module
pslxx updated
8 years ago
-
I'm starting a new project and I want to reuse some parts of it, mainly the stuff related to user registration and authentication. I can copy and paste all of the code but I want to use again. I know …
-
https://github.com/Folkloreatelier/laravel-graphql
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
Currently i need to have two manifest (dev and prod). Maybe this package could help, but i think we need more documentations about how it works.
-
The general problem is if we want to use project structure that different from default conventions - more modular, for example - generator usage become a pain. We forced to write full qualified namesp…
-
### Feature Description
https://stackoverflow.com/questions/74258656/phpstorm-does-not-recognize-livewire-custom-component
`modules-livewire.php`
```
'custom_modules' => [
'Blog' =>…
-
### Summary of issue
Hello,
when I try to open the translations module i get the following error:
`Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
Call to undefined metho…
-
My `composer.json`:
```json
"autoload": {
"psr-4": {
"App\\": "app/",
"Modules\\": "Modules/",
"Database\\Factories\\": "database/factories/",
…
-
Hi,
Why are views copied into main Laravel resources folder? They run just fine from Modules resource folder and was/is a source of great confusion, when I made changes to blades originally. I am ju…