Published on2017-02-06 05:58:00用 Visual Studio Code 调试运行在 homestead 环境中的 Laravel 程序LaravelphpvagrantNginxdebugvscode通过 visualstudio 对 homestead 环境中 Laravel 项目进行开发调试。Read more →
Published on2017-01-08 00:18:00开发人员解决问题的艺术:如何提出你不懂的问题laravelvagrant方法论1.背景说明;2.问题本身;3.环境信息。Read more →
Published on2017-01-04 17:26:00Vagrant 基础全面解析vagrantphplaravelweblinuxApacheVagrant 是一个管理虚拟主机生命周期的命令行工具。本文旨在从上到下对 Vagrant 各个特性进行全面讲解,尽可能多的涵盖细节。如果你只是想入门 Vagrant ,那么本文是一个非常好的开始。这篇 Vagrant 入门文章将带你创建一个 Vagrant 项目,这个过程将会用到 Vagrant 所提供的主要基本特性。Read more →
Published on2015-03-12 17:06:00Bringing Whoops Back to Laravel 5laravelphpYou might be missing the "prettier" Whoops error handler from Laravel 4. If so, here's how to bring it back.Read more →
Published on2014-12-17 01:40:00在 Laravel 中使用图片处理库 Integration/ImagephplaravelIntegration/Image 是一个图片处理的库,其功能强大到���以处理你的几乎所有图片处理需求。本文介绍其在laravel框架下的安装与基本使用。Read more →
Published on2014-12-05 23:25:00让 windows 下的命令行程序 cmd.exe 用起来更顺手phpComposerlaravelcmd.exe在 Windows 下使用 Larave 框架做开发,从 Composer 到 artisan 总是避免不了和 cmd.exe 打交道,系统默认的命令行界面却是不怎么好看,且每行显示的字符数是做了限制。伟大的 cmd.exe ,就是这么任性!Read more →
Published on2014-12-02 00:26:00Laravel Composer and ServiceProviderLaravelComposerComposer & ServiceProviderRead more →
Published on2014-06-23 20:07:00Laravel - 安装与配置phplaravel有多重途径可以安装 Laravel,下面是通过 Composer 安装 Laravel 的方法。Composer 是 PHP 的一个依赖管理工具。它允许你申明项目所依赖的代码库,它会在你的项目中为你安装他们。Read more →
Published on2014-05-16 09:58:00Composer 概述及其自动加载探秘Composerphplaravel刚开始接触 Laravel,一天时间走马观花的看了一些官方文档之后便开始了 Laravel 的学习。这里谈到的都是最基础的东西,各路大神,可直接略过。本节主要记录 Composer 概述及其自动加载相关的流程。Read more →