-
Notifications
You must be signed in to change notification settings - Fork 62
/
define.php
32 lines (30 loc) · 864 Bytes
/
define.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* JUZAWEB CMS - The Best CMS for Laravel Project
*
* @package juzaweb/cms
* @author The Anh Dang <[email protected]>
* @link https://juzaweb.com/cms
* @license MIT
*/
/*
|--------------------------------------------------------------------------
| Autoload Plugin
|--------------------------------------------------------------------------
| Plugin namespace autoload if active, if false, you can run `composer require vendor/plugin` to enable plugin
*/
//define('JW_PLUGIN_AUTOLOAD', true);
//define('JW_BASE_PATH', __DIR__);
/**
* Path plugins folder
*
* Default: plugins
*/
//define('JW_PLUGIN_PATH', __DIR__ . '/plugins');
/**
* Themes path
*
* This path used for save the generated theme. This path also will added
* automatically to list of scanned folders.
*/
//define('JW_THEME_PATH', __DIR__ . '/themes');