D
D
Dmitry Lakhno2018-02-16 13:08:33
Laravel
Dmitry Lakhno, 2018-02-16 13:08:33

Is it possible to generate simple pages without a DB in Laravel 5.4?

Is it possible to somehow generate pages without using a database.
For example, writing data to a file or something similar.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Lakhno, 2018-02-16
@lahno

Implemented saving and outputting data via json file. The question is closed)

A
Antonio Solo, 2018-02-16
@solotony

You install Laravel, prescribe routes, set up a controller and views - it immediately generates for you. And what you issue on the page - from the database or static - is your business.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question