Coding
How to authenticate your frontend apps with Laravel Sanctum
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
Our mission is to combine the raw stats and trends of the HTTP Archive with the expertise of the web community. The Web Almanac is a comprehensive report on the state of the web, backed Read more…
no comments yet Be the first to share what you think! Members Online source
trying tio import a database into phpmyadmin, but kept getting this error. see, this date i was originally putting it in there becasue when i initially imported the databse, some entries didnt have “created” date Read more…
Alan founded Seiden Group to enrich IBM i applications with open source technologies such as PHP, Python, Node.js, as well as DB2 for i and RPG business logic. Out of interest, how much sponsorship does Read more…
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…