Releases: specialtactics/laravel-api-boilerplate
Releases · specialtactics/laravel-api-boilerplate
Laravel 11 Base Files
Laravel 11 base updates (#76) * Laravel 11 base updates * update ci framework version * put postgres config higher up, needed for cache now * remove cache clear for now * Fix test command * Set connection to pgsql * Update models * Implement JWTSubject contract for User model * Move http kernel stuff to app * Add schedule Facade to console * Remove console kernel --------- Co-authored-by: Max Snow <[email protected]>
Laravel 10 base
Update readme.md Updates shields
Minor fix for workspace dockerfile
Remove an unused ruby installation which was causing issues from default workspace dockerfile.
Minor fix
Cors config update
Laravel 8 base
Plus other minor things
PHP 7.4 docker updates
Merge pull request #44 from specialtactics/v2 Update docker builds for php 7.4
Laravel 7 base app updates
Should have been in previous PR
Updating .env example file
Merge pull request #40 from specialtactics/v2 Updating example env file
Laravel 7 Updates
Merge pull request #39 from specialtactics/v2 This package has been replaced and included by default (as per larave…
MInor cleanup of user seeding
Merge pull request #30 from specialtactics/chore/remove-legacy-fixure Remove admin password, also make the credentials array a bit clearer