CRUD in Laravel with WYSIWIG editor

Closed job
SONTO
SONTO
Employer
8 deals
Job category:
Desktop/web applications
Expected budget:

Negotiable

Published:
Valid until:

Job description

The subject of the assignment is to write a simple CRUD in Laravel with WYSIWIG editor

Technologies:

PHP/Laravel, SQLite, TailwindCSS/Bootstrap (your choice), free WYSIWIG (e.g. https://alex-d.github.io/Trumbowyg/ or other with similar functionality)

Structure:

- (main) index, i.e. a list (clickable list of pages) plus an icon for editing and deleting pages

- page (by id) HTML version of page is displayed here

- page edition (by id), here using WYSIWIG editor (saved in SQLITE database: id | title | content)

- gallery (list of graphics uploaded to subpages)

It is important to be able to insert any graphics in the WYSIWIG editor, which would be automatically uploaded to the gallery.

Required functions: