PHP code example of webino / develop
1. Go to this page and download the library: Download webino/develop library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webino / develop example snippets
d($foo); // var_dump();
dd($foo); // var_dump();exit;
p($foo); // print_r();
pd($foo); // print_r();exit;
pr($foo); // return print_r();
e(); // throw new \Webino\DevException;
bash
composer analyse
bash
composer fix