Laravel 8 - 인스톨할 만한 Package 리스트
처음 Laravel 을 인스톨하면서 같이 인스톨하는 패키지들을 모아봤습니다.
다운로드수와 개인적인 선호도등을 종합해서 리스트화해봤습니다.
Laravel Debugbar
Laravel 인스톨하고 아무생각없이 그냥 깔아야할 디버깅 패키지입니다.
GitHub - barryvdh/laravel-debugbar: Laravel Debugbar (Integrates PHP Debug Bar)
Laravel Debugbar (Integrates PHP Debug Bar). Contribute to barryvdh/laravel-debugbar development by creating an account on GitHub.
github.com
Laravel N+1 Query Detector
위의 디버그바의 쿼리탭을 보면서도 N+1 쿼리 문제 해결할 수 있습니다마 ,
이 패키지 깐후 팝업창으로 뜬 내용으로 문제해결이 쉽게 됩니다.
GitHub - beyondcode/laravel-query-detector: Laravel N+1 Query Detector
Laravel N+1 Query Detector. Contribute to beyondcode/laravel-query-detector development by creating an account on GitHub.
github.com
Laravel-activitylog
관리자나 유저의 액션이력관리를 편하게 해줍니다.
GitHub - spatie/laravel-activitylog: Log activity inside your Laravel app
Log activity inside your Laravel app. Contribute to spatie/laravel-activitylog development by creating an account on GitHub.
github.com
Google2fa
GitHub - antonioribeiro/google2fa: A One Time Password Authentication package, compatible with Google Authenticator.
A One Time Password Authentication package, compatible with Google Authenticator. - GitHub - antonioribeiro/google2fa: A One Time Password Authentication package, compatible with Google Authenticator.
github.com
Laravel-Gamify
게이미피케이션 패키지입니다.
포인트 / 뱃지등의 기능을 사용할 수 있습니다.
GitHub - qcod/laravel-gamify: Gamify your Laravel app with Reputation Points & Achievements Badges support
Gamify your Laravel app with Reputation Points & Achievements Badges support - GitHub - qcod/laravel-gamify: Gamify your Laravel app with Reputation Points & Achievements Badges support
github.com
Laravel-medialibrary
미디어라이브러리라는 이름입니다만 , 이미지관리에 좋습니다.
게시판 / 블로그 / 프로필등 손쉽게 업로드등에 사용가능합니다.
Introduction | laravel-medialibrary
laravel-medialibrary
spatie.be
Laravel-Tags
태그관리 패키지입니다.
Introduction | laravel-tags
laravel-tags
spatie.be
Valuestore
손쉽게 설정관리를 파일등으로 할 수 있게 하는 패키지입니다.
GitHub - spatie/valuestore: Easily store some values
Easily store some values. Contribute to spatie/valuestore development by creating an account on GitHub.
github.com
Laravel-modules
블로그 모듈 , 포럼모듈등 모듈화 시켜서 개발할때 유용한 패키지입니다.
GitHub - nWidart/laravel-modules: Module Management In Laravel
Module Management In Laravel. Contribute to nWidart/laravel-modules development by creating an account on GitHub.
github.com
Laravel-acquaintances
좋아요 / 팔로우 / 즐겨찾기 등의 기능이 담긴 패키지입니다.
GitHub - multicaret/laravel-acquaintances: This package gives Eloquent models the ability to manage friendships (with groups), f
This package gives Eloquent models the ability to manage friendships (with groups), followships along with Likes, favorites..etc. - GitHub - multicaret/laravel-acquaintances: This package gives Elo...
github.com
Laravel-impersonate
사용자 변경등에서 유용한 기능을 가지고 있습니다.
GitHub - 404labfr/laravel-impersonate: Laravel Impersonate is a plugin that allows you to authenticate as your users.
Laravel Impersonate is a plugin that allows you to authenticate as your users. - GitHub - 404labfr/laravel-impersonate: Laravel Impersonate is a plugin that allows you to authenticate as your users.
github.com
Laravel-markdown
마크다운 패키지입니다.
GitHub - GrahamCampbell/Laravel-Markdown: A CommonMark wrapper for Laravel
A CommonMark wrapper for Laravel. Contribute to GrahamCampbell/Laravel-Markdown development by creating an account on GitHub.
github.com
Laravel-love
좋아요 등의 기능을 담고 있는 패키지입니다.
GitHub - cybercog/laravel-love: Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike an...
github.com
eloquent-viewable
조회수 / 통계등을 이용할 수 있습니다.
GitHub - cyrildewit/eloquent-viewable: Associate views with Eloquent models in Laravel
Associate views with Eloquent models in Laravel. Contribute to cyrildewit/eloquent-viewable development by creating an account on GitHub.
github.com
short-url
이름처럼 단축링크를 만들어 줍니다.
GitHub - ash-jc-allen/short-url: A Laravel package for creating shortened URLs for your web apps.
A Laravel package for creating shortened URLs for your web apps. - GitHub - ash-jc-allen/short-url: A Laravel package for creating shortened URLs for your web apps.
github.com
앞으로도 굳이 맨땅에서 헤딩하기보다 기존에 나온 괜찮은 패키지들을 소개해나가도록 하겠습니다.