Skip to content

Commit

Permalink
Config variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jdw5 committed Feb 11, 2024
1 parent 9c7549f commit 73dc9e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/artisan-assemble.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

return [
'frontend' => [
'extension' => 'vue',
'modal_path' => '',
'page_path' => '',
]
'frontend_extension' => 'vue',
'modal_path' => resource_path('js/Modals'),
'page_path' => resource_path('js/Pages'),
'modal_baseroute' => 'dashboard',
'request_namespace' => 'App\\Http\\Requests',
];

0 comments on commit 73dc9e9

Please sign in to comment.