I'm building an app where the user is able to load some html template and modify it. So i need to store the base html template and the modified one.
I was naturally going to store the html in the database as TEXT (mysql). But i read here and there that this make the database very slow and we should store it as a file.
Any thought on that case while using Laravel 5 ? How should i store HTML template in Laravel ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire