php
Development
PHP 8.0: Vote on Union Types ended
helpdev -
0
PHP 8.0 is scheduled for 2020. Recently, the PHP development team in PHP Internals voted on Union Types as a new feature for PHP....
Development
Laravel 6.0 is here: Support for Serverless Platform Laravel Vapor
A new update is available for the framework Laravel. Laravel 6.0 is compatible with Laravel Vapor, a serverless deployment platform. The development team has...
Development
PHP arrow functions: Solution approved
The PHP team recently approved the solution for short arrow functions proposed by Nikita Popov, Levi Morrison and Bob Weinand in an RFC.
Anonymous functions...
Development
CakePHP in release fever: 4.0.0-alpha1, 3.8.0-beta1 and CakePHP 3.7.6 are here
Several new versions have been released for the PHP framework CakePHP. The first alpha for CakePHP 4.0.0 and the first beta for 3.8.0 is...
Development
Laravel Horizon 3.0 is here: Night Mode for the Laravel UI
The user interface for Laravel Horizon has been released in version 3.0 and brings new features. Included is the Night Mode and a new...
Tips - Tools
PHP auto functions with MySQL database
Almost every web developer has to deal with data insert, update or delete on a Database. You create a beautiful form that is responsive...
Development
Natural Language Understanding (NLU) with PHP
Anyone can write Alexa Skills in PHP. But what about NLU, the Natural Language Understanding? Now there are some tools that have been written...
Development
Export to PDF using PHP with TCPDF
In the following script you will learn how to easily create dynamic PDF using PHP without additional software. You can either save them on...