-
### Versions:
- laravel-modules Version: 11.1.4
- Laravel Version: 11.23.5
- PHP Version: 8.2
### Description:
Getting error while creating 2nd module. 1 module created successfully but after t…
-
Hey I'm using nwidart/laravel-modules which creates a folder structure like that:
Project_root_dir/Modules/My_Module/Resources/lang/en/user.php
default lang files are in
Project_root_dir/resourc…
-
在发现依赖库的时候报了异常,应该是依赖的版本过时了。
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Error
Call to undefined…
-
### Summary
I am using Freescout for a week now and i had to update my environment for an update of a module, it needed the latest freescout version so i updated the docker image to the latest. Aft…
-
Hi,
So, tried working on it again and now today, I get a 500 error page and this in the laravel.log
`[2019-08-29 18:47:45] local.ERROR: Class 'Modules\FrontEnd\Providers\FrontEndServiceProvider'…
-
- when cache enabled locally every thing is ok, but while deploying on server it failed with error.
- Here is my cache in config file modules.php
'cache' => [
'enabled' => true,
…
-
Hi! I already use `nwidart/laravel-modules` for generate modules and I want to put nova classes in the same modules.
Current structure:
* Modules
* SomeModule
* Entities
* Nova
…
-
# Feature Request
Larastan Version: `v2.9.6`
`--level` used: 9
Would it be possible to add wildcard support to config option `databaseMigrationsPath`, please?
I would be happy if i don't have …
-
I have many modules
Module Article, Product,
I use package [https://github.com/nWidart/laravel-modules](https://github.com/nWidart/laravel-modules)
How To generate everything by command artisan.…
-
https://github.com/PlannrCrm/laravel-fast-refresh-database/blob/f5055bd4406ea896be77530e9c0e61c47ea2d42d/src/Traits/FastRefreshDatabase.php#L54
Here is hardcoded path to `database/migrations`, but …