root
bc8f2111b5
Enable classmap-authoritative for faster autoloading
2026-06-20 15:38:10 +02:00
root
043854cf3d
Modernize: remove unused deps, replace qirolab/laravel-themer with custom ThemeService, drop doctrine/dbal
...
- Remove whichbrowser/parser, mockery/mockery, fruitcake/laravel-debugbar,
itsgoingd/clockwork (all unused)
- Replace qirolab/laravel-themer (dev-master) with custom App\Services\ThemeService
and App\Providers\ThemeServiceProvider
- Drop doctrine/dbal: rewrite all ->change() calls in 8 migrations to raw
DB::statement('ALTER TABLE ... MODIFY ...') SQL
- RenameColumn() kept intact (works without dbal in Laravel 13)
- Fix 2026_04_04 migration: inverted column-exists logic corrected
- Clear bootstrap cache to remove stale references to removed packages
2026-06-20 15:25:49 +02:00
root
53f88b840a
Modernize dependencies: replace abandoned packages, update versions
...
- Replace flowframe/laravel-trend with direct Eloquent DB queries
- Replace srmklive/paypal (abandoned) with new PayPalService using PayPal REST API v2 via Guzzle
- Remove old config/paypal.php, migrate to config('habbo.paypal.*')
- Update blade templates to use habbo.paypal config
- Bump npm packages to latest: @inertiajs/react, axios, esbuild, eslint, sass, tailwindcss, etc.
- Run composer update and yarn upgrade
2026-06-20 15:01:48 +02:00
root
483342602f
chore: update composer and npm dependencies to latest versions
...
- composer.json: 19 package version bumps (laravel/framework ^13.11,
filament/filament ^5.6, pestphp/pest ^4.7, phpunit ^12.5, etc.)
- package.json: 22 package version bumps (eslint ^10, flowbite 4.0,
vite ^8.0, tailwindcss 4.3, sass 1.100, etc.)
2026-06-06 19:24:34 +02:00
root
af2c79ac59
Restore PHP 8.5 constraint (system runs PHP 8.5.6)
2026-05-26 17:09:30 +02:00
root
e754858c84
Remove nonexistent PHP 8.5 constraint, restrict CORS allowed_headers
2026-05-26 17:08:31 +02:00
root
943d5bfc38
feat: install and configure Inertia.js with React
...
- Install inertia-laravel, @inertiajs/react, react, @vitejs/plugin-react
- Add HandleInertiaRequests middleware registered in web group
- Create Inertia root template (resources/views/app.blade.php)
- Add React entry point and page components (resources/js/)
- Add Inertia demo route (/inertia-test)
- HomeController reverted to Blade (index page stays original)
- Remove inertia-test2 test route
2026-05-25 15:15:14 +02:00
root
6de250f49f
fix: remove spatie/laravel-ray (breaks error handler) and fix dontSubmitEmptyLogs for activitylog v5
2026-05-23 18:26:38 +02:00
root
81839c7202
chore: update doctrine/dbal to v4, activitylog to v5, sluggable to v4, roadrunner-http to v4
2026-05-23 17:20:57 +02:00
root
8c584efab7
fix: correct composer.json name from laravel/laravel to atom-retros/atomcms
2026-05-23 17:00:15 +02:00
root
8567ce6951
chore: improve fix.sh and composer permission handling
2026-05-19 18:50:40 +02:00
root
e5e8e050a0
chore: auto-fix permissions after composer install/update
2026-05-19 18:47:24 +02:00
root
9d73f82529
Initial commit
2026-05-09 17:32:17 +02:00