Skip to content

Commit ede7e61

Browse files
committed
Added default action path to the config file
1 parent a6ec9ac commit ede7e61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

33
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+
414
'path' => base_path('app/Actions'),
515
];

0 commit comments

Comments
 (0)