Setting environments
Key | Value | Default |
---|---|---|
| The port on which the application will be | 80 |
| These keys are used to configure the database connection. They specify the database driver, host, port, name, username, and password, respectively. | sqlite database |
| These keys define the drivers to be used for caching, session management, and queuing. Common options for these keys include | |
| These keys are used to configure the mail service. They specify the mail driver, host, port, username, password, and encryption method, respectively. | |
| This key determines the logging channel to be used. Laravel provides several options, including | |
| false |
Permission levels
There are 4 types of permission levels in the product.
Role | Capabilities |
---|---|
Administrator | Has all admin privileges |
Editor | Can edit posts |
Viewer | Can only view posts |
Guest | Can only view posts they are inivted to |
Last updated