protected $appends in Laravel
摘要:protected $appends = ['icon']; public function getIconAttribute(){ return Gravatar::src($this->email, 100).'&r=g&d=mm'; }
阅读全文
throw exception
摘要:Throw new CustomerException('Customer message'); // App\Exceptions\Handler.php public function render($request, Exception $e) { // 没有权限访问 if ($e instanceof ForbiddenExcep...
阅读全文
sublime work flow
摘要:Tools -> Developer -> New Snippet install package -> php companion Preferences -> key bindings [ { "keys": ["f5"], "command": "refresh_folder_list" },
阅读全文
dock-compose 安装
摘要:apt-get install python-pip python-dev pip install -U docker-composechmod +x /usr/local/bin/docker-compose
阅读全文