maker-bundle
maker-bundle copied to clipboard
[make:crud] fix conflict routes
Hi 👋🏻
I come with a fix for the routes generated by the make:crud. Routes with the "id" parameter conflict with other routes created. And since by default an id is a number, it's best to specify its content with the requirements in my opinion.