-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Stubs] How to create full Module using laravel-starter-stubs #380
Comments
Can you please elaborate the issue you are referring to?
Nasir Khan Saikat
https://nasirkhn.com
…On Wed, Jan 25, 2023, 4:19 AM Deepak ***@***.***> wrote:
—
Reply to this email directly, view it on GitHub
<#380>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADA5O2ALVZGK3XROVX6QVTWUBINLANCNFSM6AAAAAAUFUCGVY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello nasir! Vow! I found my mistake.I had wrongly used: php artisan module:make Blog Now, I used: php artisan module:build Blog This is a learning lesson for everyone in the future: So I will close this issue. |
@DeRaja thank you for finding the solution by yourself. Actually I have plans to build a new module manager and remove the previous one. But unfortunately I could not manage enough time to build a complete module manager package, rather build a partial one. The new package helps to generate new modules with similar structure with the existing modules. I hope I will be able to complete the new package soon. If you are interested, you may contribute to Laravel Starter and the new package as well. |
Hello Nasir!
Yes, I will contribute. But it will be limited as a tester and (indepth) reporter. I am not a php coder. But if you want me to write docs in english and add it to this project, I can.
What all you have achieved is already gigantic. If that remains as it is, that is fine. But there are other so many areas that also requires more basic features They are also be very fundamental and extremely necessary for a starter. https://github.com/gecche/laravel-multidomain If this could be tightly integrated, that would be beautiful. There are a few more but above four are very basic things that every starter (like me) will require. Anyway, I am too happy to use your valuable and amazing work and will support it in the way I can. Thanks again. |
@DeRaja Thanks for your feedback New feature suggestions are really helpful. I was listing some of the future plans in #269 . I added your suggestions there.
|
Hello!
I cannot generate a Module properly because it does not use stubs from laravel-starter-stubs directory. Currently, there is one Controller in Modules/Blog/Http/Controllers in the new installation. But there are Controllers in the new installation in Modules/Blog/Http/Controllers/Backend as well as Modules/Blog/Http/Controllers/Frontend. So my question is: How to force a generation of a Module using stubs having seperate Frontend and Backend in different directories?
The text was updated successfully, but these errors were encountered: