bilogic
bilogic
will this be fixed? thank you
Possible to merge this?
@bajramemini can help clarify? Thank you.
@pgdaniel It also does not support symlinks
@tabuna able to let me know? My code is starting to rely on this and I would like such functionality to be in the main crud repo. Thank you.
Ok, let me play around. Thanks.
@tabuna The following is the best I could do, it was quite hard to understand how the `handle()` in the CRUD screens actually work. Should I file a PR? There...
@tabuna I thought it is better to discuss your feedback on #50 here. First, I also starting out thinking it was just a simple rename of the routes, but as...
@tabuna the current CRUD routes can't be just mapped to Laravel because Laravel's `update` and `delete` rely on `PUT/PATCH/DELETE` HTTP action, but CRUD is using `ANY` for all HTTP actions...
@tabuna this too if you have some time... But I see conflicting files now, not sure how to resolve it.