S
S
seva12015-09-05 07:36:43
Yii
seva1, 2015-09-05 07:36:43

Automatic generation of CMF admin?

Such a question is whether there is a built-in capability in YII or Laravel, or maybe there are some add-ons to auto-generate the Admin interface for content management.
That is, the idea is this: We
made the structure of the database
We wrote down the Rest API We
generated an admin panel for managing data for content creators.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Bukharev, 2015-09-05
@evgenybuckharev

Yii has a module called gii that comes with the framework by default, it can generate a CRUD system for a table in a database. Models, controllers and views are created, in general, everything you need for a standard set of content management

A
Alexander Zubarev, 2015-09-05
@zualex


There are many packages in laravel for generating the admin panel, one of them is the frozennode/administrator package

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question