You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/config
Your Name edb4368b08 refactor: replace deprecated laravel/helpers with native alternatives
Replace all deprecated helper function calls:
- str_slug() → Str::slug()
- starts_with() → str_starts_with()
- ends_with() → str_ends_with()
- array_first() → Arr::first()
- array_last() → Arr::last()
- array_flatten() → Arr::flatten()

Remove laravel/helpers package from composer.json as it is no longer
needed and will not be maintained for Laravel 13.
4 weeks ago
..
api.php
app.php Update app.php 11 months ago
auth.php
autospam.php
backup.php
broadcasting.php
cache.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
captcha.php
cors.php Update cors config 1 month ago
costar.php
database.php Update database.php 11 months ago
debugbar.php
dotenv-editor.php
exp.php Merge branch 'staging' into remove-exp-pue 1 month ago
federation.php
filesystems.php Update filesystems.php 10 months ago
groups.php
hashids.php
hashing.php
horizon.php
image-optimizer.php
image.php Upgrade images to v4 4 weeks ago
import.php
instance.php Merge pull request #6576 from shleeable/covidremove 1 month ago
laravel-ffmpeg.php
ldap.php
livestreaming.php
logging.php Update logging.php 7 months ago
mail.php Update mail.php 7 months ago
media.php
passport.php
pixelfed.php Bump version 1 month ago
portfolio.php
pulse.php
purify.php
queue.php
remote-auth.php
routes.php
security.php
services.php
session.php
snowflake.php
telescope.php
trending.php
trustedproxy.php Update trustedproxy config 1 month ago
view.php
webpush.php
websockets.php