This starter project uses Laravel Framework 11.28.1
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Registration feature test
- Updated composer packages.
- Improved folder naming
- Added Azure Storage filesystem adapter
- Added SemVer compliant changelog.
- Updated composer packages.
- Pre-defined composer scripts:
composer lint
: Run Laravel Pint in test mode on your code.composer pint
: Run Laravel Pint in fix mode on your code.composer stan
: Run PHPStan for static analysis on your code.composer test
: Run PestPHP on your test suite.
- Set the
SESSION_DRIVER
toarray
to enforce stateless behavior in the API.