
PHP framework
gxl_ct001
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Laravel 学习笔记(一)—安装
一、服务器环境说明: 最近开始学习一个新的PHP框架 Laravel,安装环境如下: 操作系统:Ubuntu 12.04 Web服务器: nginx DB:MySQL 5.5.31 二、安装方式 方法一,使用 Laravel 命令安装 1. 下载 Laravel installer PHAR archive 链接地址:http://laravel.com/laravel.p...原创 2014-05-23 09:36:40 · 316 阅读 · 0 评论 -
No supported encrypter found. The cipher and / or key length are invalid
production.ERROR: exception 'RuntimeException' with message 'No supported encrypter found. The cipher and / or key length are invalid.' in /var/www/ngLaHotel/vendor/laravel/framework/src/Illumi...原创 2015-11-19 13:38:33 · 242 阅读 · 0 评论 -
Laravel 5 Use of undefined constant MCRYPT_RIJNDAEL_128 错误
Laravel 5 Use of undefined constant MCRYPT_RIJNDAEL_128 错误 php artisan -VPHP Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /var/www/ngLav5/config/app.p...原创 2015-12-16 14:53:19 · 471 阅读 · 0 评论 -
安装指定版本的 Lumen 框架
安装指定版本的 Lumen 框架 目前只有通过 composer create-project 方式, lumen new 方式不支持。 安装过程如下: 一,使用以下命令: # composer create-project laravel/lumen api.lumen-5.4 --prefer-dist "5.4.*" ...原创 2017-11-13 13:33:53 · 2392 阅读 · 0 评论