Laravel Text Editor

Include following Rich Text Editor

JQuery Version

Vue.js Version

Installation

  • git clone https://github.com/thetminnhtun/laravel-text-editor PROJECT_FOLDER_NAME
  • cd PROJECT_FOLDER_NAME
  • composer install
  • npm install
  • npm run dev
  • cp .env.example .env
  • Setup database
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed (optional)
  • php artisan serve
  • run browser localhost:8000