We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec9ac commit ede7e61Copy full SHA for ede7e61
config.php
@@ -1,5 +1,15 @@
1
<?php
2
3
return [
4
+ /*
5
+ |--------------------------------------------------------------------------
6
+ | Action Path
7
8
+ |
9
+ | This option defines the default path where the action files will be
10
+ | stored. You can change this path to suit your application's structure.
11
12
+ */
13
+
14
'path' => base_path('app/Actions'),
15
];
0 commit comments