You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am new to php/laravel framework, i want to create a social community network site so i want a modular struckcher,i mean i want to devide my site into 3 parts. 1)Core is the main site i mean it will handle index.php, about, contact, info, and stuff like that. 2)Admin will handle the adminstrative part of the site. 3)User will handle the user part of the site i mean, login, join, reset password, accoun, and the likes, i have downloaded Laravel Module package from Nwidart so i have Modules/Admin, Modules/Core and Modules/User but the problem is i don't know how to integrate this into my Laravel app example i want to use Modules/Core as the main site index i mean when a user lands on my site i want to serve them the index page of Modules/Core and then a link to Modules/User login/join. Please help. Thanks in advance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i am new to php/laravel framework, i want to create a social community network site so i want a modular struckcher,i mean i want to devide my site into 3 parts. 1)Core is the main site i mean it will handle index.php, about, contact, info, and stuff like that. 2)Admin will handle the adminstrative part of the site. 3)User will handle the user part of the site i mean, login, join, reset password, accoun, and the likes, i have downloaded Laravel Module package from Nwidart so i have Modules/Admin, Modules/Core and Modules/User but the problem is i don't know how to integrate this into my Laravel app example i want to use Modules/Core as the main site index i mean when a user lands on my site i want to serve them the index page of Modules/Core and then a link to Modules/User login/join. Please help. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions