Skip to content

LaravelEditor is a Laravel project that seamlessly integrates the Gutenberg editor. Based on Laraberg, this project provides all the necessary communication and data to ensure the editor functions optimally within a Laravel environment, making text management and editing more intuitive.

Notifications You must be signed in to change notification settings

AlnThea/LaravelEditorVite

Repository files navigation

LaravelEditor [Vite Build]


🧐 What Is LaravelEditor?

LaravelEditor is a Laravel project that seamlessly integrates the Gutenberg editor. Based on Laraberg, this project provides all the necessary communication and data to ensure the editor functions optimally within a Laravel environment, making text management and editing more intuitive.


⚙️ Installation

1️⃣ Clone Repository

git clone https://github.com/alnThea/LaravelEditor.git
cd laraveleditor

2️⃣ Environment Configuration

cp .env.example .env

Edit the .env file to customize the database connection.

3️⃣ Install Dependencies

composer install
npm install

4️⃣ Generate Key & Database Migration

php artisan key:generate
php artisan migrate --seed

4️⃣ Symbolic Link the storage to public (MUST)

php artisan storage:link

4️⃣ Clear the Cache and Config

php artisan cache:clear
php artisan config:clear
php artisan optimize:clear

5️⃣ Running the Server

php artisan serve
# using build for css development
dev: "npm run dev",
production: "npm run build" # for production

🧑‍💻 Akun Demo

To try the PRISMA application, here is a demo account that can be used::

Email Password
test@example.com 123456789

⚠ Note: The password above has been hashed—use the original value when logging in.

📜 Lisensi

The project uses an MIT license and its free to use.

About

LaravelEditor is a Laravel project that seamlessly integrates the Gutenberg editor. Based on Laraberg, this project provides all the necessary communication and data to ensure the editor functions optimally within a Laravel environment, making text management and editing more intuitive.

Resources

Stars

Watchers

Forks

Packages

No packages published