#yii3 search results
Have you seen #Yii3 blog demo? github.com/yiisoft/demo-b…
What do you think it is possible to release #yii3 after three productive days? I think yes.
New forum category where we post introduction to #Yii3: forum.yiiframework.com/c/yii-3-0/star…
A good start with #yii3 for #beginners!
Are you a web developer? Did you know you can use Yii packages without commiting to using #Yii framework? Follow us for the series on how to use #Yii3 packages in your PHP application hosannahighertech.co.tz/2023/12/php-ap… #PHP #Yii #webdevelopment
What would you want to see in next #Yii3 tutorials?Oth
Did you know that our database packages are agnostic, you can use them without the YiiFramework. #php #yii3 #yiiframework #yiisoftDbMssql Config without Yii Framework:
@Terabytesoftw have written concise but great series on #yii3. If you are interested learning the next release of #yiiframework then try it out Here is the link: forum.yiiframework.com/c/yii-3-0/star…
Why choose Yii3 over other PHP frameworks? 🤔 Because of freedom! 🎉 Its modular architecture allows you to use only the packages you need, making your web, rest, and console app lightweight and customizable. Say goodbye to unnecessary dependencies! #Yii3 #PHP
Yeap, it will have an application template with #Yii3 and #RoadRunner
Does Yii support pulling data from my models as array? Sure! Just add asArray() to pull data as array instead of objects. Simple as a, b, c #Yii #Yii2 #Yii3 #YiiUpdates
As I have substantial experience with #Yii2 and am one of the #Yii3 core developers, here are my pros and cons for each:
- #Yii3 is partly my brainchild, and I'm eager to work with it as much as possible. - #Yii2 has a larger ecosystem of ready-made solutions.
✅ That doesn't mean I'm off php. I really love php development and #yii3. I'll continue my work with this amazing #framework when I've cleared up a little.
Yii Input HTTP released. It's the 100th stable package of #Yii3 🥳
Going to try this case with #yii3 yiisoft/validator #php #yiisoft #yii #perfomance
Hi @taylorotwell what about revising the @laravelphp validator to improve validation of large datasets? More than one minute to check a simple array with 11.351 rows is not good :(
Anyone using nightly builds in @github actions? Previously, we used it in #yii3, but there were problems and we decided to turn it off.
5/13. Work more on #Yii3. I did too little for it in the previous year. I'm going to release yiisoft/queue and yiisoft/queue-amqp this year.
Have you seen #Yii3 blog demo? github.com/yiisoft/demo-b…
Major versions of Yii Mailer and Yii Mailer Symfony Mailer packages were released. The Yii Mailer abstraction for sending emails has been significantly reworked. Check details yiiframework.com/news/670/yii-m… #Yii #Yii3
Why choose Yii3 over other PHP frameworks? 🤔 Because of freedom! 🎉 Its modular architecture allows you to use only the packages you need, making your web, rest, and console app lightweight and customizable. Say goodbye to unnecessary dependencies! #Yii3 #PHP
Who is bold enough to go with @official_php when 8.4 is released? #Yii developers are working hard to make sure nobody in our community is left behind. If you are not yet using Yii, you miss a lot. #Yii2 is beautiful and #Yii3 awesome. What are you waiting for?
Take note #Yii Developers. Both #Yii2 and #Yii3 supports PHP8.1 and PHP8.2 just fine. If you cannot update to PHP8.2 then at least upgrade to 8.1. With Yii2, upgrading to 8.2 should work just fine, so you should not be afraid to update.
⛔ As of November 26, PHP 8.0 is no longer supported, and PHP 8.1 is in security support mode. 🆙 Consider upgrading to PHP 8.2 or higher. To read more about how to upgrade: 🔗 php.net/migration81 🔗 php.net/migration82 🔗 php.net/migration83
First release of Yii Form Model package was done. It provides a base for form models and helps to fill, validate and display them. yiiframework.com/news/658/yii-f… #YiiUpdates #Yii3 #PHPUpdates
Seems like many of #Yii dev here are still on #Yii2 and those moving to #Yii3 want to stay with yii-db and or try yii-cycle. Which one of these are you?
What do you use for connecting to database with #Yii? #Yii2 #Yii3 #YiiUpdates
What do you use for connecting to database with #Yii? #Yii2 #Yii3 #YiiUpdates
#Yii aggregated news - Sphinx extension 2.0.16 released - Yii Cycle sees first release - Minor releases for Yii-DB, Http & Console runners Yii progress is at 89% with only 13packages' release pending More details see: yiiframework.com/news #Yii3 #PHPNews
Yii Input HTTP has just been released, making it 13 packages to 100% release of yii packages. Check it out at github.com/yiisoft/input-… #Yii #Yii3 #PHPNews
#Yii3 RBAC packages were realesed today. Summary for the release at Yii news page: yiiframework.com/news/619/big-r… #Yii #Yii3 #PHPNews
Yii Input HTTP released. It's the 100th stable package of #Yii3 🥳
Integrating Yii3 packages into WordPress written by @glpzzz Your feedback is most welcome! glpzzz.dev/2024/03/03/int… #Yii #Yii3 #WordPress #PHPNews
glpzzz.dev
Integrating Yii3 packages into WordPress
Exploring the usage of Yii3 packages to render, validate and handle forms in a WordPress website
Yii progress moves to 88%. Only 14 packages are not yet released. You can help by making PRs fixing various pending issues on the packages or donate to Yii development. yiiframework.com/yii3-progress #Yii #Yii3 #YiiUpdates #PHPNews
yiisoft/data-response 2.1 was released. The package allows responding with data that is automatically converted into PSR-7 response. Check it out: github.com/yiisoft/data-r… #Yii #Yii3 #YiiUpdates #PHPNews
github.com
GitHub - yiisoft/data-response
Contribute to yiisoft/data-response development by creating an account on GitHub.
First stable release of yiisoft/request-provider package. The package provides current PSR-7 request as a dependency. Need current request? get it as dependency and obtain the request from it by calling get() Check it out: github.com/yiisoft/reques… #Yii #Yii3 #YiiUpdates
github.com
GitHub - yiisoft/request-provider: Provides current PSR-7 request as a dependency.
Provides current PSR-7 request as a dependency. Contribute to yiisoft/request-provider development by creating an account on GitHub.
What is the best way to get started when building REST APIs with #Yii3? It is as simple as getting the template and starting building stuffs you want to. Check it out and let us know what you find out github.com/yiisoft/app-api #Yii #Yii3 #YiiUpdates #PHPNews
#Yii3 supports Cycle ORM
github.com/cycle/orm Cycle ORM v2.7.~ now features enhanced support for multiple return sequences in both the PostgreSQL driver and models. #PostgreSQL #php #CycleORM
Unlocking the true power of #Yii3 with YiiDevPanel! 🚀 Dive into advanced debugging and seamlessly manage your Db & Filesystem. Say goodbye to coding roadblocks and hello to supercharged development! 🔥💻 #YiiFramework #Yii3 #YiiDevPanel #CodingMagic
🚀 YiiDevPanel does it again! 🐇 Dealing with RabbitMQ in your #Yii3 app? Look no further! YiiDevPanel makes debugging a breeze. 🧩 Check it out now and take your #Yii3 development to the next level. 💻💥 #Yii3 #YiiFramework #RabbitMQ #WebDev #PHP
Taking my app UI to new heights with #Flowbite and #PHP in #Yii3 🚀 Witness how widget wizardry turns ordinary code into sleek, functional sidebars and navigation bars, all powered by the PHPForge extension! ✨ 🌟#WebDev #YiiFramework #UserInterface #CodingMagic #PHPForge
🛡️ Building secure web experiences with Awesome-UI? Don't forget to fortify your app against XSS attacks! Our latest release ensures robust XSS sanitization across all widgets, keeping your users safe. Embrace the power of secure coding! #Webdev #YiiFramework #Yii3 #PHP…
Did you know that our database packages are agnostic, you can use them without the YiiFramework. #php #yii3 #yiiframework #yiisoftDbMssql Config without Yii Framework:
Does Yii support pulling data from my models as array? Sure! Just add asArray() to pull data as array instead of objects. Simple as a, b, c #Yii #Yii2 #Yii3 #YiiUpdates
Something went wrong.
Something went wrong.
United States Trends
- 1. Veterans Day 67.4K posts
- 2. Good Tuesday 28.9K posts
- 3. SoftBank 7,757 posts
- 4. United States Armed Forces N/A
- 5. #Talus_Labs N/A
- 6. #tuesdayvibe 1,661 posts
- 7. Armistice Day 11K posts
- 8. Vets 13.5K posts
- 9. World War 40.7K posts
- 10. Bond 62.7K posts
- 11. #Army 1,611 posts
- 12. #AirForce N/A
- 13. $NBIS 6,419 posts
- 14. 600,000 Chinese 10.2K posts
- 15. #RemembranceDay 10.9K posts
- 16. 600k Chinese 5,761 posts
- 17. Islamabad 39.8K posts
- 18. UC Berkeley 75.4K posts
- 19. Window 55.4K posts
- 20. God is Great 13.9K posts