Hi I created several module for my own CMS like category, article, core , …
now how can I access these modules with url like:
http://localhost/mycms/admin/category
http://localhost/mycms/admin/article , …note: the admin is not module, it’s only prefix
In “application/Bootstrap.php”:
Then type in URL : ex : http://localhost/mycms/admin/category and you get there.
Same with others.