感觉文档比较乱,决定看安正超 Laravel4的几集视频教程来入门和了解。地址:http://i.youku.com/u/UMzM3MDMxMzI0-----------------------------------安装完成后需要修改Storage和Vendor目录的权限 chmod -R 777...
分类:
其他好文 时间:
2015-07-06 13:53:34
阅读次数:
116
Eloquent: Collections Introduction Available Methods Custom Collections Introduction All multi-result sets returned by Eloquent are an instance of the...
分类:
其他好文 时间:
2015-07-06 11:49:56
阅读次数:
127
Eloquent:入门 简介 定义模型(model) Eloquent Model Conventions Retrieving Multiple Models Retrieving Single Models / Aggregates Retrieving Aggregates ...
分类:
其他好文 时间:
2015-07-06 11:46:49
阅读次数:
187
Eloquent: Serialization Introduction Basic Usage Hiding Attributes From JSON Appending Values To JSON Introduction When building JSON APIs, you will o...
分类:
其他好文 时间:
2015-07-06 11:44:17
阅读次数:
173
Eloquent: Relationships Introduction Defining Relationships One To One One To Many Many To Many Has Many Through Polymorphic Relations Many To Man...
分类:
其他好文 时间:
2015-07-06 11:40:51
阅读次数:
281
Eloquent: Mutators Introduction Accessors & Mutators Date Mutators Attribute Casting Introduction Accessors and mutators allow you to format Eloquent ...
分类:
其他好文 时间:
2015-07-06 11:37:29
阅读次数:
158
2015-07-04(1) 安装Laravel框架 ① 安装前的准备工作使用Apache24 + PHP 5.6 + MySQL 开发环境完成PHP网站开发,所以Laravel的安装是建立在以上环境安装成功且能正常使用的前提下的。 ② 安装ComposerLaravel 框架使用 Compose.....
分类:
其他好文 时间:
2015-07-04 18:09:20
阅读次数:
186
创建数据迁移 使用 Artisan 命令行的 migrate:make 命令创建一个迁移:(在命令行模式下使用) php?artisan?migrate:make?create_users_table ? ? ? ? ? ? 所有的迁移都被存放在 app/database/migrations ...
分类:
数据库 时间:
2015-07-03 16:18:35
阅读次数:
329
atitit.php 流行框架 前三甲为:Laravel、Phalcon、Symfony2 attilax 总结
1. ,最流行的PHP框架前三甲为:Laravel、Phalcon、Symfony2。
1
1.1. 2.Laravel 2
1.2. 3.phalcon 2
1.3. Symfony 2
2. 国内常用的框架 3
3. 百度搜索结果比较 3
4. 参考 3
...
分类:
Web程序 时间:
2015-07-03 10:37:48
阅读次数:
156
Introduction Writing Seeders Using Model Factories Calling Additional Seeders Running Seeders Introduction Laravel includes a simple method of seeding...
分类:
数据库 时间:
2015-07-02 15:34:34
阅读次数:
156