Stable
π LiveProto V0.0.24
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.23...v0.0.24