Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Init #85

Merged
merged 4 commits into from
May 21, 2024
Merged

Create Init #85

merged 4 commits into from
May 21, 2024

Conversation

kimchanhyung98
Copy link
Owner

작업 내용

  • PHP 8.2 & Laravel 10.x
  • 기본적인 설정 진행

* Update .gitignore

* Update .env.example

* Update .env.example

* Install packages

Add scripts, Install packages
- doctrine/dbal
- laravel/socialite (apple, kakao)
- league/flysystem-aws-s3-v3
- predis/predis
- beyondcode/laravel-query-detector
- psalm/plugin-laravel
- zircote/swagger-php

* Install socialite

update socialite&app config

* Create github action(pint)&pr template

* Update cors.php

* Update databases

user migration&factory
* Install sail

php artisan sail:install

* Add Docker related files

* Add github workflow, deploy ecr&eb

* Update composer.lock
* Create aws healthcheck

* Create User models (socialite)

* Create Post model

- user relationship
- viewable scope

* Create social login (apple, kakao)

* Create Auth user resource

* Create Post controller&resources
@kimchanhyung98 kimchanhyung98 merged commit 79000d2 into main May 21, 2024
0 of 2 checks passed
@kimchanhyung98 kimchanhyung98 deleted the init branch May 21, 2024 06:06
Copy link

sonarcloud bot commented May 21, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
B Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant