Update DTOs and add spatie/laravel-data package to manage them

This commit is contained in:
DariusIII
2026-04-28 12:17:24 +02:00
parent e90ce311b3
commit fe50781a8e
51 changed files with 2248 additions and 1232 deletions
+3
View File
@@ -73,6 +73,9 @@ if [ "$1" != 'php' ] && [ "$1" != 'sh' ]; then
php artisan config:cache
php artisan route:cache
echo "Caching spatie/laravel-data structures..."
php artisan data:cache-structures || true
# Run Laravel-specific post-installation commands
echo "NNTmux installation..."
php artisan nntmux:install --yes