[Feature Request]: Ability to publish stub file #1478
danie-ramdhani
started this conversation in
Feature Requests
Replies: 2 comments
-
Just so I have the request clear, are you asking for: Ability to customise the default stub that's used to generate a table via the make:datatable command? What're you trying to add as a default out of interest? |
Beta Was this translation helpful? Give feedback.
0 replies
-
publish the datatable stub console like: https://laravel.com/docs/10.x/artisan#stub-customization i always using a custom trait in my datatable to load some functions: class MyTable extends DataTableComponent
{
use MyTablesConfig;
.... so, it's better to have published |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
It would be great if we can use our stub to make a small changes whenever the table component is generated
Detailed explanation
No response
Notes
No response
Beta Was this translation helpful? Give feedback.
All reactions