Download the PHP package wangta69/laravel-editor without Composer

On this page you can find all versions of the php package wangta69/laravel-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-editor

🚀 Laravel WYSIWYG Editor Hub

현재 배포 중인 주요 웹 에디터들을 라라벨 프로젝트에서 즉시 사용할 수 있도록 통합한 플러그인입니다.
하나의 패키지로 TinyMCE, Summernote, Naver Smart Editor 등 다양한 에디터를 설정 하나로 자유롭게 교체하세요.


🌟 Real-world Usage

이 라이브러리는 길라(Gilra) (Online Fortune Service)의 커뮤니티 Q&A, 1:1 상담소, 공지사항 기능을 구축하는 데 실제로 사용되었습니다. 특히 사주 명반 이미지 자동 첨부 및 전문가 답변 시스템을 구현하며 안정성과 유연성이 검증되었습니다.


✨ Key Features


📚 Documentation

상세한 사용법과 커스텀 가이드는 공식 사이트에서 확인하실 수 있습니다.


🛠 Installation

1. Composer를 통해 설치

2. 에디터 리소스 및 설정파일 발행

이 명령어를 실행하면 config/pondol-editor.php 파일과 public/plugins/editor 폴더에 필요한 정적 파일들이 생성됩니다.


⚙️ Configuration

config/pondol-editor.php 파일에서 기본으로 사용할 에디터 템플릿과 라우팅 옵션을 수정할 수 있습니다.

Supported Templates

Key Editor Name License 특징
summernote Summernote MIT 추천. 가볍고 라이선스 문구 없는 완전 무료 에디터
tinymce TinyMCE Community 가장 강력한 기능과 전 세계적인 안정성
smart-editor Naver Smart Editor Open Source 국내 사용자에게 친숙한 네이버 스타일
richtext RichText Editor Commercial 매우 가벼운 고성능 에디터
froala Froala Editor Commercial 세련된 디자인과 모바일 최적화 에디터

📖 Usage Examples

1. 기본 사용법 (Before & After)

설정파일에 지정된 기본 에디터를 불러옵니다.

Before:

After (Component 방식):

After (Blade Include 방식):

2. 특정 템플릿 강제 지정

기본 설정과 상관없이 페이지마다 다른 에디터를 사용하고 싶을 때 유용합니다.

TinyMCE 적용 시:


🚀 Advanced Usage

1. 한 페이지에 여러 에디터 사용 (Multi-instance)

type 속성을 통해 세션 기반의 인스턴스 관리가 가능합니다.

2. 스크립트 Defer 로딩 대응

본 라이브러리는 jQuery가 defer로 로드되는 최신 웹 환경에서도 안정적으로 작동합니다. 모든 초기화 코드는 window.load 시점에 실행되어 라이브러리 부재로 인한 Uncaught ReferenceError를 방지합니다.


📸 Image Upload (SmartEditor Trait)

이미지 업로드 경로를 컨트롤러에서 유동적으로 지정할 수 있습니다.


🎨 Styling for Dark Mode

길라(Gilra) 서비스와 같은 다크 테마 환경을 위해 에디터의 배경 및 툴바 색상을 오버라이딩할 수 있습니다.


🧪 Tests & Verification

설치 후 아래 주소로 접속하여 각 에디터가 정상적으로 렌더링되는지 즉시 테스트할 수 있습니다.


🖼 Screenshots

다양한 환경에서 일관되고 세련된 편집 경험을 제공합니다.


🤝 Contribution & Support


Copyright © wangta69. Licensed under the MIT License.


All versions of laravel-editor with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wangta69/laravel-editor contains the following files

Loading the files please wait ...