Skip to content

Tags: joelbladt/laravel-api-boilerplate

Tags

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #18 from joelbladt/feature-increase-PHPStan-level-…

…to-max

Increase PHPStan level to max and fix related issues

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from joelbladt/main

Update 2.x

2.0.0

Toggle 2.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update GitHub Workflow

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create SECURITY.md

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from joelbladt/dependabot/composer/laravel/fram…

…ework-11.31.0

Bump laravel/framework from 11.30.0 to 11.31.0

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
joelbladt Joel Bladt
feat: Update project with multiple improvements and new features

- Applied Laravel Pint with default rules for consistent code formatting.
- Implemented `LengthAwarePaginator` in `index()` methods to enable pagination, ensuring better performance and user experience.
- Added a new API route `/api/publisher/{id}/books` to fetch books by publisher, also with pagination using `LengthAwarePaginator`.
- Updated `l5-swagger.php` to use `storage_path('docs')` instead of `api-docs` and removed the outdated `api-docs` directory.
- Enhanced API tests to ensure 100% test coverage and validate new functionality.

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from joelbladt/dependabot/composer/symfony/proc…

…ess-7.1.7

Bump symfony/process from 7.1.6 to 7.1.7

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from joelbladt/dependabot/composer/symfony/http…

…-foundation-7.1.7

Bump symfony/http-foundation from 7.1.6 to 7.1.7

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
joelbladt Joel Bladt
Update README.md

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
joelbladt Joel Bladt
Update GUIDE.md