Skip to content

KoamiStarterKit v1.1.0-beta.1.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jan 06:44
· 74 commits to main since this release

KoamiStarterKit v1.1.0-beta.1.1 (Pre-release)

🚧 Channel: Develop / Rolling pre-release
🚀 Release Type: Chore
📦 Version: 1.1.0-beta.1.1
🐳 Docker Image: ghcr.io/koamishin/KoamiStarterKit:v1.1.0-beta.1.1
🐳 Docker Alias: ghcr.io/koamishin/KoamiStarterKit:dev-latest

📋 Changes

  • refactor: Update Packagist notification steps in release workflows to use environment variables for secrets. (ab87538)
  • style: apply Pint code style fixes (f3f8a62)
  • refactor: Enhance user authentication and impersonation logic with improved type safety and static analysis annotations. (678c7f7)
  • feat: add configuration option for automated Packagist updates to the setup command and release workflows (f5a5f4e)
  • feat: Configure automated Packagist releases by adding setup credentials, removing hardcoded version from composer.json, and allowing the php-http/discovery plugin. (95618e6)
  • refactor: Update impersonation visibility logic in UserResource to use the canBeImpersonated() method. (bceb2fa)
  • feat: move impersonation banner into Inertia layout content and sync state (8e6713f)
  • fix: resolve Blade parse error and clean up UserResource (47bb2bc)
  • feat: implement roles-based redirection and impersonation banner (e6593cf)
  • feat: implement roles and permissions with spatie/laravel-permission (2a556a5)
  • docs: simplify features section in README for better readability (f84d09c)
  • docs: significantly enhance features section in README (01ab41c)
  • docs: add setup command instructions to README (6760e80)
  • chore: bump version to 1.1.0-beta.1.0 [skip ci] (564a827)
  • refactor: apply Rector fixes (dd9fc0b)

🎯 Latest Commit

refactor: Update Packagist notification steps in release workflows to use environment variables for secrets.

🚀 Quick Start

composer create-project koamishin/KoamiStarterKit my-project
cd my-project
composer run dev

🐳 Docker Deployment

docker pull ghcr.io/koamishin/KoamiStarterKit:v1.1.0-beta.1.1

# Or pull the rolling develop alias
docker pull ghcr.io/koamishin/KoamiStarterKit:dev-latest

🤖 Auto-generated pre-release from commit ab87538
📊 Build: https://github.com/koamishin/KoamiStarterKit/actions/runs/21468367115