I am new to Yii , how can we create custom application, in Yii2 framework. Please help me out. I need to create an Online Proposal Making system, there are two main entities in this system, one is Owners and second is Trade Contractors. Please guide me how can i start in right way.
In a short, basic template you use if your app it small and no have complex structure, like a institutional site, a gallery site that no have complex validation to login etc, other kind of project you should use advanced template. Read about the structure to understand about them.
Really Thank you much. The video tutorial really help me alot.
As i have created custom application using yii2 framework, i an having a form, i need to show that form as a preview and then save that preview as pdf file. Please help me out.