This repository was archived by the owner on Apr 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
| Dashboard
7
7
|--------------------------------------------------------------------------
8
8
|
9
- | By default /lucid/dashboard is avilable on when env('APP_DEBUG') is true.
10
- | If you set this value to "true" it will be always accessable even on
11
- | production environment.
9
+ | By default /lucid/dashboard is available on when env('APP_DEBUG')
10
+ | is true. If you set this value to "true" it will be always accessible
11
+ | even on production environment.
12
12
|
13
13
*/
14
14
'dashboard ' => null ,
23
23
| etc. will be generated into /app/ directory.
24
24
|
25
25
| When you set this value to "false" it means you application have multiple
26
- | services and all classes will be generated into /src/ directrory. After
27
- | changing that value all "lucid" classes should be moved from /app/ to
28
- | /src/.
26
+ | services and all classes will be generated into /src/ directrory.
27
+ | After changing that value all "lucid" classes should be moved
28
+ | from /app/ to /src/.
29
+ |
29
30
*/
30
31
//'microservice' => true,
31
32
You can’t perform that action at this time.
0 commit comments