Scolta 1.0.0-rc3
Scolta 1.0.0-rc3
Third release candidate for Scolta 1.0 — AI-powered search for Drupal, WordPress, and Laravel.
Highlights
- Larastan (PHPStan for Laravel) integrated at level 5 with CI pipeline job and
composer analysescript. - Fixed
env()calls in runtime code that broke silently afterphp artisan config:cache. BothAmazeeProvisionCommandandAmazeeSettingsControllernow read fromconfig(). - Filesystem abstraction — replaced raw PHP filesystem functions with Laravel's
Filefacade across 8 files. - Removed error suppression operators (
@unlink,@filemtime) in favor of proper facade calls. - ServiceProvider exception handling now calls
report()instead of silently discarding errors. .gitattributesadded to exclude dev files from distribution archives.- Tag1 Consulting branding added to documentation.
Full Changelog: https://github.com/tag1consulting/scolta-laravel/blob/v1.0.0-rc3/CHANGELOG.md
⚠️ This is a release candidate. Please report any issues at https://github.com/tag1consulting/scolta-laravel/issues