Coding
How to autowire a Symfony console application
no comments yet Be the first to share what you think! Members Online source
no comments yet Be the first to share what you think! Members Online source
Built for those poor souls (such as myself) that are stuck professionally with Laravel for the foreseeable future. https://github.com/dev-this/laravel-console-logg Zero dependency, no magic (ie. traits/magic methods/static calls), Logger output for your console commands. Leaves your Read more…
Sending an Email is a very common functionality in any web application. For example, we can send welcome Email when user register on our website, send a newsletter Email, sending an invoice, sending a birthday Read more…
This beta will probably the last beta before the official release of version 2. For more information about this release, check here: https://github.com/WebFiori/framework/releases/tag/v2.0.0-beta.4 Wondering what is WebFiori Framework? Check here to find out. If you Read more…
Been using PHP forever, and found a condition like this while debugging ZF3 Factories. class Foo { public function __construct( $a, $b, $c ){ print_r( [$a, $b, $c] ); } } new Foo( 1, 2, Read more…
no comments yet Be the first to share what you think! Members Online source
Hey folks I’ll be soon upgrading this lib for php 8 compatibility, so I thought I could share it with you and maybe get some tips for other improvements, when I’m at it… Members Online Read more…
NICE. What’s firebird? I know it’s a database. And… that’s about it really. I didn’t know the answer to this, so did a bit of digging – this looks pretty informative. Just out of curiosity Read more…
I had an agency build a SAAS product for my company’s main eCommerce store, and it’s generating about $50k per year now in subscriptions. I’m considering hiring a PHP developer full-time / remotely to significantly Read more…
Not even clear what it is supposed to do to be honest. A keystore for apps? Like you write an app, get an ID for the install and then it can use Appwrite as a Read more…