Initial Commit of Files
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
This commit is contained in:
commit
1489f7a694
154 changed files with 10159 additions and 0 deletions
39
config/prologue/alerts.php
Normal file
39
config/prologue/alerts.php
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Alert Levels
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The default sort of alert levels which can be called as functions on the
|
||||
| AlertsMessageBag class. This gives a convenient way to add certain type's
|
||||
| of messages.
|
||||
|
|
||||
| For example:
|
||||
|
|
||||
| Alerts::info($message);
|
||||
|
|
||||
*/
|
||||
|
||||
'levels' => [
|
||||
'info',
|
||||
'warning',
|
||||
'danger',
|
||||
'success',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Key
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The session key which is used to store flashed messages into the current
|
||||
| session. This can be changed if it conflicts with another key.
|
||||
|
|
||||
*/
|
||||
|
||||
'session_key' => 'alert_messages',
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue