BookStack/app/Config
Dan Brown 8b550991a4
Refactored some core entity actions
- Created BookChild class to share some page/chapter logic.
- Gave entities the power to generate their own permissions and slugs.
- Moved bits out of BaseController constructor since it was overly
sticky.
- Moved slug generation logic into its own class.
- Created a facade for permissions due to high use.
- Fixed failing test issues from last commits
2019-09-20 00:18:28 +01:00
..
app.php Refactored some core entity actions 2019-09-20 00:18:28 +01:00
auth.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
broadcasting.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
cache.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
database.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
debugbar.php Added laravel stats package and enabled debugbar models 2019-09-15 18:07:00 +01:00
dompdf.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
filesystems.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00
hashing.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
logging.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
mail.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
queue.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
services.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
session.php Upgraded app to Laravel 5.7 2019-09-06 23:36:16 +01:00
setting-defaults.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
snappy.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00
view.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00