David Carr
David Carr
made some progress loading paths from modules. In a module vite.config.js containing: ```js export const paths = [ 'Modules/Pages/resources/css/app.css' ]; ``` then in the main vite file populate an array...
Do you want to open a pull request? I'm without my laptop for a few days
I've just submitted a PR which fixed the install errors.
would be great to get this merged.
@roberto-butti can you release your fork? It would be amazing to have an installable version.
Yes I'm working on an update which optionally stores attachments. When enabled attachments will be stored in a storage folder and a count displayed on the email list and download...
It would make sense if needed to update https://github.com/nWidart/laravel-modules/blob/master/src/Commands/ComposerUpdateCommand.php As that updates composer.json. @alissn thoughts on this? Also when adding new functionality, we do need tests to ensure everything works,...
This needs tests to ensure it does what you think it does.
since there are no tests I'm closing this PR.
To ensure your module’s config is always available, even after running php artisan optimize:clear or config:clear, you have tw options: Publish the Config File to Laravel’s Config Directory This approach...