Happy start of the week! β Iβve already enjoyed my first sugar-free coffee and iβm coding in PHP.
Letβs make it a productive one!.
MondayMotivation
CodingWithWilmer
Skipping declare(strict_types=1) in PHP can lead to subtle bugs that are hard to trace.
Without strict types, implicit type coercion allows unintended data types to be used, making your code less predictable and more error-prone.
Enforcing strict types enhances code reliability by ensuring type correctness, catching type-related errors at the earliest stage.
This not only improves the quality of your code but also aids in maintaining a cleaner, more readable codebase.
Embrace declare(strict_types=1) to make your PHP applications more robust and easier to debug.
#CodingWithWilmer
π Creating HTML components for Flowbite and PHP has never been easier!
Check out this example of a Yii3 application featuring a NavBar, Dark/Light Theme Switcher, and Language Selector.
Boost your web development with simplicity and efficiency! π»π¨
#CodingWithWilmer#PHP#Flowbite#Yii3#EasyCoding
Link repository:π
π₯ Yii2 is cooking up support for PHP 8.4!
π With version 2.0.50 comming soon, the minimum requirement to PHP 7.3.
Stay tuned for blazing fast performance!
π»π‘ #CodingWithWilmer#YiiFramework#PHP#Yii2
Awesome! Now we can write articles on @X. Thanks @elonmusk@premium for the awesome platform being built. With Xmail, no need to open any additional appsπ
#codingwithwilmer
π Hey web developers, check out datetime-picker plugin for Yii2 framework! It lets you create a simple and clean date & time picker with just a few lines of code. π
You can customize the format, language, icons, and more. Plus, it supports Bootstrap5. π
#codingwithwilmer#yii2extensions#yii2#datetimepicker#bootstrap5
Visit the GitHub page to learn more and download it today. π
π¦ Fast, reliable, and secure NPM/Yarn/PNpM bridge for Composer π΅
πThis plugin is based on Fxpio/Foxy.
π PHP version to 8.1 or higher.
π Composer version to 2.0 or higher.
π Composer api version to 2.0 or higher.
π Remove deprecated methods.
π Add static analysis with Psalm.
github.com/php-forge/foxy#CodingWithWilmer#php
Tip:
π΅οΈββοΈ Dive into the world of class methods!
π Explore and scrutinize the public API, unraveling the essence of functionality!
π‘β¨ #CodingWithWilmer#CodeExploration#API#ClassMethods π₯οΈπ»