Skip to content

Commit

Permalink
Add views_template key to config
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaidQadirB committed Apr 26, 2023
1 parent 65ebb1c commit 01d68d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

return [
'stubs_dir' => resource_path('stubs'),
/**
* When generating views, the views will be generated in the directory specified by the views_template key.
* The views can be found in [stubs_dir]/views.
*/
'views_template' => 'bootstrap5',

'fields' => [
/**
Expand Down

0 comments on commit 01d68d6

Please sign in to comment.