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.
git clone https://github.com/alnThea/LaravelEditor.git
cd laraveleditorcp .env.example .envEdit the .env file to customize the database connection.
composer install
npm installphp artisan key:generate
php artisan migrate --seedphp artisan storage:linkphp artisan cache:clear
php artisan config:clear
php artisan optimize:clearphp artisan serve
# using build for css development
dev: "npm run dev",
production: "npm run build" # for productionTo try the PRISMA application, here is a demo account that can be used::
| Password | |
|---|---|
| test@example.com | 123456789 |
⚠ Note: The password above has been hashed—use the original value when logging in.
The project uses an MIT license and its free to use.