
Laravel学习笔记
Just For
Just do
展开
-
在github clone 的laravel项目,运行错误,Whoops, looks like something went wrong.
laravel 项目配置时:首先从github上clone的项目没有vendor目录,运行composer install,从composer.json 获取Composer依赖运行项目出现错误:1.Whoops, looks like something went wrong.新建.env文件,参考.env.example修改:APP_DEBUG=true原创 2017-02-23 20:44:04 · 2068 阅读 · 0 评论 -
CentOS 7 使用composer install 报错phpunit/phpunit 4.8.35 requires ext-dom *
Problem 1 - phpunit/phpunit 4.8.35 requires ext-dom * -> the requested PHP extension dom is missing from your system. - phpunit/phpunit 4.8.35 requires ext-dom * -> the requested PHP extension dom is missing from your system. - Installation req原创 2017-06-06 09:24:36 · 10602 阅读 · 0 评论 -
laravel 图像验证码 Gregwar\\Captcha 和 mews/captcha
工具:1. The PHP Package Repository( PHP 包仓库): https://packagist.org2. Laravel Framework version 5.2.45一. mews/captchahttp://laravelacademy.org/post/3910.html1.安装composer require mews/cap原创 2017-02-20 13:55:47 · 6388 阅读 · 0 评论