sudo apt-get install apache2 mysql-server-5.5 php5 php5-mysql php5-curl php-pear phpmyadmin
sudo cp -Rf /usr/share/phpmyadmin/ /var/www
sudo chown -R www-data. /var/www
sudo apt-get install curl php5-xdebug phpunit
| [ | |
| "Docker", | |
| "DotENV", | |
| "ESLint", | |
| "GitLens - Git supercharged", | |
| "Laravel Blade Snippets", | |
| "PHP Intelephense", | |
| "Prettier - Code formatter", | |
| "Project Manager", | |
| "Rainglow", |
| <?php | |
| namespace App\Events; | |
| use App\Message; | |
| use App\Events\Event; | |
| use Illuminate\Queue\SerializesModels; | |
| use Illuminate\Contracts\Broadcasting\ShouldBroadcast; | |
| class MessageCreate extends Event |
| Verifying that +dbpolito is my blockchain ID. https://onename.com/dbpolito |
| <?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| class Constructor_lib { | |
| function __construct() { | |
| $this->CI =& get_instance(); | |
| } | |
| function create_controller_files($tables = NULL, $create = FALSE) { | |
| if(!$tables) $tables = $this->CI->db->list_tables(); |