sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.41k stars 424 forks source link

Using route() instead of url() #264

Closed cdarken closed 7 months ago

cdarken commented 3 years ago

Hi. Thanks for this very useful package. I believe that using the route() helper instead of url() would simplify a lot the templates. In principle I could use the route names instead the prefix, but because you append a / to the routeGroup option I have to modify the templates manually after I generate them. If you don't have time for this modification I could make a pull request when I can.

tiagofrancafernandes commented 1 year ago

I agree with the suggestion of the @cdarken I haven't used the package yet, I don't know if it's already been implemented. I'm going to test today

sohelamin commented 7 months ago

@cdarken @tiagofrancafernandes Added route() helper instead of url() Also updated the package please use and give your valuable feedback. Thanks