DavyC's avatar
Level 1

Let an end-user (=the customer) create a new HTML page including some pictures and text in existing website

Hi all,

I might have a very strange question. In a very simple website I have, my customer would like to get the possibility to upload images and text to become a new web page.

So he want to tell "new page", add a title, some text and upload x (unknown how many) images.

Is there a possible laravel function or system for this, not needing too much time to tweak?

I know this is looking like a CMS functionality, but the site is not big enough to convert it to a CMS.

Thanks in advance for any help.

Davy

0 likes
2 replies
CorvS's avatar

@davyc Additionally to what @kossa suggested, make sure that you either review the HTML pages created by your users before they are made public or use whitelisting/blacklisting to prevent malicious users from creating malicious content.

1 like

Please or to participate in this conversation.