Laravel Modules Package: Review and Demo-Project

preview_player
Показать описание

This is one FREE lesson from that course, reviewing a popular package to make Laravel projects modular.
Рекомендации по теме
Комментарии
Автор

Very nice expression. Health to your efforts... There is no up-to-date video information about this HMVC anywhere. I think I will be the first one to do this with this language :)

erhanurgun
Автор

I always interested where to put the logic which is between 2 modules for example blog and comments, we will put comments relationship in the blog model but in this case it becomes too coupled to each other

atem
Автор

Sir.. how to create a helper class inside of a module? and how to call any helper function from any other module or controller or views which is in some other module?

webglobesolutions
Автор

Hi i have issue on modules : i have create Travel module then create one model and controller but i found issue
Class not found

in controller model Allowance_type not found

sunilpatel
Автор

The shinobi package is not working, I do not receive the routes of the modules permits, could you please indicate me some documentation to check that I could, thank you very much for your video is very good.

mp
Автор

Nice, also how I can import export module like import post module etc..
Thanks 🙏

mustafasabah
Автор

nice how I can import and export module with button like post module etc. thanks

mustafasabah
Автор

Is it possible to have modiles share resources? I'm assuming there's no problem since it's all name spaced but how about dependencies?

A cart requires a products module or something like that.

adampatterson
Автор

thank you very much .. i just wanna ask you if we can include a complete laravel project into another laravel project using this package

Bebe-sgmg
Автор

Hello,
Thank you for the great video.

Im using the package and its awesome.
Now i want to make installer with bootstrap ui and my question is how can i install module from a controller?
I made this:
Artisan::call('module:install vendorName/' . strtolower($this->moduleName) . '-module');, but im getting an error
Module [BlogModule] does not exist!"

Thank you in advance.

Автор

I am using a package nWidart/laravel-modules. No problem with installing this package but when I want to install Sentinel package It need to add $providers $ $aliases. where should import this? config/app.php or other?

exampleexample
Автор

Does this package offer a way to manipulate it’s modules or it is more about organising the project / code ?

I was interested if you can restrict the acces to a module for a user based on his subscription plan in a SaaS application. If so, what happens with the data shared between modules ? For instance, the Products Model needs to comunicate with the Stock Model in order to check how many products are left in stock. What happens with the Products Model if I restrict the acces for a client of my application or a user to interact in the UI with the Stock Model. I am interested how you code your your ProductsController. I am imagining writing something like ‘if module Stock exists, display stock on the product view and If not, don’t show anything.

Any clarifications on this topic will be much appreciated

Thanks.

mvpopuk
Автор

What I want to know is how to deal with polymorphic entities so images table or categories used by both user or product.. would u in case then separate out categories to be product_categories and user_categories etc?

And how would u get users products? Would u store a user_products table in users and then make call to products table?

Shez-dcfn
Автор

Hi, how can I extend resource view root of Laravel, Please guide me.

tulahean
Автор

Mister Povilas can you do a video of upgrading or changing some feature in and with an existing template (vuejs) ?

Simonkaabi
Автор

Pleace help me !
How to use laravel auth in module ?

Виталий-кя
Автор

how to create api in module based project

a-onestudies
Автор

Hi, how can i add another module from project, Please guide me.

NabinChaulagain-ouuf
Автор

I am facing a issue which is in api. i am using passport authentication.But when using auth middle ware it always returns 'unauthenticated' reponse.Can any one help me to resolve it?

dijithkuamarp
Автор

hey how to make parent and child many to many same table ?? make 1 video

actionsportsupdate