You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey... I'm noticing a lot of these comments in the HTML of the /CRUD: <!-- load the view from the application if it exists, otherwise load the one in the package -->
(one page I found 280 of these)
I believe the list view it is located here:
Thanks @tabacitu . I'm sure these Issues seem lame, but I'm still fairly new to Laravel. I want to try to contribute to your awesome work in any way I can (that is helpful), because it has been über-useful to my project. This has single-handedly save me 100's of man hours of coding CRUD, ADMIN UI, and much more. Man... even the included AJAX pagination is a mind-blowing time saver.
Hey... I'm noticing a lot of these comments in the HTML of the

/CRUD
:<!-- load the view from the application if it exists, otherwise load the one in the package -->
(one page I found 280 of these)
I believe the list view it is located here:
CRUD/src/resources/views/list.blade.php
Line 60 in 502486a
Would it be better to remove this... or am I doing something wrong?
What's your thoughts.
The text was updated successfully, but these errors were encountered: