Skip to content

Releases: specialtactics/laravel-api-boilerplate

Laravel 11 Base Files

01 Feb 15:08
7e90d9f
Compare
Choose a tag to compare
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

06 Jan 06:31
7e347bb
Compare
Choose a tag to compare
Update readme.md

Updates shields

Minor fix for workspace dockerfile

14 Feb 13:55
55e486e
Compare
Choose a tag to compare

Remove an unused ruby installation which was causing issues from default workspace dockerfile.

Minor fix

13 Jun 09:43
a03845d
Compare
Choose a tag to compare

Cors config update

Laravel 8 base

05 Jun 13:12
2efaae3
Compare
Choose a tag to compare

Plus other minor things

PHP 7.4 docker updates

09 Jul 13:33
9f1f9a9
Compare
Choose a tag to compare
Merge pull request #44 from specialtactics/v2

Update docker builds for php 7.4

Laravel 7 base app updates

12 May 07:30
7d6acad
Compare
Choose a tag to compare

Should have been in previous PR

Updating .env example file

12 May 06:58
9fc57fd
Compare
Choose a tag to compare
Merge pull request #40 from specialtactics/v2

Updating example env file

Laravel 7 Updates

12 May 06:11
0837102
Compare
Choose a tag to compare
Merge pull request #39 from specialtactics/v2

This package has been replaced and included by default (as per larave…

MInor cleanup of user seeding

09 Nov 04:23
2b5158f
Compare
Choose a tag to compare
Merge pull request #30 from specialtactics/chore/remove-legacy-fixure

Remove admin password, also make the credentials array a bit clearer