Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Feb 16, 2024
1 parent b91d787 commit 73dd1d2
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 1,233 deletions.
28 changes: 14 additions & 14 deletions config/playground.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

return [
'user' => env('PLAYGROUND_USER', 'App\\Models\\User'),
'user_id' => env('PLAYGROUND_USER_ID', 'uuid'),
'user_table' => env('PLAYGROUND_USER_TABLE', 'users'),
// 'user' => env('PLAYGROUND_USER', 'App\\Models\\User'),
// 'user_id' => env('PLAYGROUND_USER_ID', 'uuid'),
// 'user_table' => env('PLAYGROUND_USER_TABLE', 'users'),
'packages' => is_string(env('PLAYGROUND_PACKAGES', 'playground')) ? array_map('trim', explode(',', env('PLAYGROUND_PACKAGES', 'playground'))) : [],
// 'auth' => [
// /**
Expand All @@ -28,13 +28,13 @@
'date' => [
'sql' => env('PLAYGROUND_DATE_SQL', 'Y-m-d H:i:s'),
],
'purifier' => [
'iframes' => env(
'PLAYGROUND_PURIFIER_IFRAMES',
'%^(https?:)?(\/\/www\.youtube(?:-nocookie)?\.com\/embed\/|\/\/player\.vimeo\.com\/)%'
),
'path' => env('PLAYGROUND_PURIFIER_PATH', ''),
],
// 'purifier' => [
// 'iframes' => env(
// 'PLAYGROUND_PURIFIER_IFRAMES',
// '%^(https?:)?(\/\/www\.youtube(?:-nocookie)?\.com\/embed\/|\/\/player\.vimeo\.com\/)%'
// ),
// 'path' => env('PLAYGROUND_PURIFIER_PATH', ''),
// ],

/*
|--------------------------------------------------------------------------
Expand All @@ -43,9 +43,9 @@
|
*/

'testing' => [
'password' => env('PLAYGROUND_TESTING_PASSWORD'),
'hashed' => (bool) env('PLAYGROUND_TESTING_HASHED', false),
],
// 'testing' => [
// 'password' => env('PLAYGROUND_TESTING_PASSWORD'),
// 'hashed' => (bool) env('PLAYGROUND_TESTING_HASHED', false),
// ],

];
119 changes: 0 additions & 119 deletions src/Filters/ContentTrait.php

This file was deleted.

Loading

0 comments on commit 73dd1d2

Please sign in to comment.