Closed davidoff77vt closed 9 years ago
Hi @davidoff77vt , Your problem can be solved really easy.
Yii2-Start
is an application template like basic
and advanced
, with only minimal structure for work. It's almost like Advanced
structure just with small difference in config logic.Yii2-Start
is a template, we can use it, exactly like Advanced
one. Advanced
you're free to modify, add and remove un/needed folders and files.***end
directory.
For example: /frontend/controllers/
GII
to create a new model
.GII
to generate our first CRUD
controller and views.***endconfig
.
For example: In /frontend/config/main.php
we can add some universal rules like '<_c>/<_a>' => '<_c>/<_a>'
http://yii2-start.com/controller/action/
It's exactly like in official doc.
Thanks. Reading the closed issues i have found the solution but u were faster then me answering.
I know that more then an issue of ur great work is everything my fault :)
I want use yii2-start as base for a project, my problem is that i need to add some controllers to the frontend and the backend.
How can i do it?
sorry for my silly question