Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork to Crud Generator #261

Open
ribafs opened this issue Sep 28, 2020 · 1 comment
Open

Fork to Crud Generator #261

ribafs opened this issue Sep 28, 2020 · 1 comment

Comments

@ribafs
Copy link

ribafs commented Sep 28, 2020

Hi,
I really like this generator. Then a create a fork and add my preferences to this:

  • Change
<td>{{ $loop->iteration }}</td>

to

<td>{{ $item->id }}</td>

in src/stubs/views/html/index.blade.stub

  • Change
<table class="table">

to

<table class="table table-sm">

in src/stubs/views/html/index.blade.stub

  • Add orderBy() to controller
  • Add folder includes in publish/views
  • and others
@tiagofrancafernandes
Copy link

Valid suggestions. I support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants