-
My Beloved PHP
My Beloved PHP
29.01.20
Server Side Events offer an easy way to push data to clients. It’s much easier to implement than websockets or another technology.
IF you stumble on the problem of connections ...
-
My Beloved PHP » PHP
With Laravel you can issue the command
php artisan key:generate to generate the key, but Lumen doesn’t have that feature. Remember it’s smaller to be faster.
Of course you can do it manually, but let...
-
My Beloved PHP » Apache
But to format a date in your preferred language you need to use the
strftime function:
Format the time and/or date according to locale settings. Month and weekday names and other language-dependent s...
-
My Beloved PHP » Blog Archive » Laravel 5.1 development with the Atom editor
My Beloved PHP
Laravel 5.1 development with the Atom editor
The brand new Atom editor is heavily inspired by Sublime, build as an open source project on webtechnology, so CSS, JavaScript and HTML, Cof...
-
My Beloved PHP
My Beloved PHP
07.11.12
The new version 7.3 of Netbeans will offer improved support for Javascript/HTML5 apps. It looks really promising: a lot of code completion, documentation that is available duri...
-
My Beloved PHP » 2020 » January
My Beloved PHP
Archive for January, 2020
Wednesday, January 29th, 2020
Server Side Events offer an easy way to push data to clients. It’s much easier to implement than websockets or another technology...