nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.52k stars 959 forks source link

how can i create API in this laravel module package? #723

Closed sanketr43 closed 5 years ago

sanketr43 commented 5 years ago

hello, I have laravel modular project. How can create API in this?

nWidart commented 5 years ago

Hi,

It would be the same as any laravel application, nothing different.

sanketr43 commented 5 years ago

okay. I will try it. Thanks @nWidart

sotengboy commented 5 years ago

Hello, I tried to make api endpoints but not working, it's got 404 page. i have some modules like Product, Blogs, ect. and i tried make (product) api.php inside Modules/Products/Routes/api.php but got 404 page. What i mistakes? Thanks

jesnababu commented 5 years ago

kello please explain about how to creat api in fleetcart

MetaiR commented 5 years ago

Hello, I tried to make api endpoints but not working, it's got 404 page. i have some modules like Product, Blogs, ect. and i tried make (product) api.php inside Modules/Products/Routes/api.php but got 404 page. What i mistakes? Thanks

same problem here

elyeskacem commented 3 years ago

try to use the controller's full path while creating the api