The Yii website has a fresh new look!
We’ve redesigned it for clearer navigation, better readability, improved mobile support, and consistent dark mode—all while keeping the familiar Yii spirit.
Take a look and let us know what you think!
The Yii website has a fresh new look!
We’ve redesigned it for clearer navigation, better readability, improved mobile support, and consistent dark mode—all while keeping the familiar Yii spirit.
Take a look and let us know what you think!
The new design looks modern and fresh!
It would be nice if the dark mode was consistent throughout the forum too.
Looks great!
Hello, I have been using yii2 before.
Yii3 has been very interested since it came out. I want to use it in new projects, but I still feel very difficult. After studying for a period of time, I found that many functions need to be configured and implemented by myself, and then I went to check the documents, such as symfony messenger, Scheduler, etc. I wanted to use them, but they needed complicated configuration and spent a lot of time exploring.
Then, when I tried to use symfony, I could quickly create a project and realize development after reading the documents. But I like yii very much. It’s like my tutor. I really want to continue to learn and use yii3.
Can you give me some suggestions, or can you produce a complete set of project function realization scheme documents based on yii3? After reading it, I can quickly enter the project creation and function realization without trying to explore step by step. Because the implementation schemes of most projects are fixed now, but the business is different, you can learn by yourself or use them step by step after you have the architectural blueprint。
thanks。
The new website is really nice. I like the new concept!
Do you have a list of features you’re looking for?
It is an app project, including official website and APP. APP includes conventional functions: model tool (including other functions), product material function, cloud disk (storing users’ own materials), and Ai function and integral recharge function. The AI function is “user submits task = > server establishes local task order = > submits third-party platform = > waits for results (delayed response results)”;
Now symfony’s messager is used for asynchronous processing:
Use schedule to periodically process membership expiration, cloud disk capacity, and missed AI tasks and recharge orders;
This project is suitable for DDD mode, isn’t it?
I hope that the yii3 document can contain more contents and solutions about the project architecture. Similar to symfony, it provides a set of solutions. Although you are not familiar with the framework, you can still create projects according to the solutions.
Reduce the difficulty of learning.
thanks,
Have you tried the demo apps Demo Applications | Yii3 Documentation a DDD project is included?
Trying to implement one feature may give you a better feel than reading everything first to understand it.
It may not be your style of doing things yet but AI (here to stay) as a dev tool can help you figure out the fit much quicker and then you can see what areas you need to actually understand for yourself.
All the best.