码迷,mamicode.com
首页 >  
搜索关键字:Laravel    ( 2845个结果
win7下安装laravel
一、首先了解下composer 1. composer是管理PHP依赖的工具,允许你声明项目依赖库并在项目中安装这些依赖。其基于项目来管理‘包’或者库,将这些包或库安装在项目中一个文件夹下,不会造成全局影响。 2. composer所解决的问题: a)你的项目依赖于很多库 b)其中一些库...
分类:Windows程序   时间:2014-08-21 20:52:24    阅读次数:380
PHP开发框架[流行度排名]
在PHP开发中,选择合适的框架有助于加快软件开发,节约宝贵的项目时间,让开发者专注于功能的实现上。Sitepoint网站做了一个小的调查,结果显示最流行的PHP框架前三甲为:Laravel、Phalcon、Symfony2。在项目开发中,一些架构和代码都是重复的,为了避免重复劳动,于是各种各样的框架...
分类:Web程序   时间:2014-08-14 23:47:46    阅读次数:346
Laravel 4 对象化"分组路由"辅助工具
laravel-route-group =================== 对象化分组路由辅助工具 ## 使用前的准备 在 composer.json 文件中申明依赖: "five-say/laravel-route-group": "1.*" 在 `/app/config/app.php` 中设置“服务提供者”与...
分类:其他好文   时间:2014-08-14 01:40:38    阅读次数:250
LARAVEL学习--安装
之前一直使用Codeignitor框架进行PHP的开发,Codeignitor是一个非常优秀的框架,上手简单,文档极其友好,流行程度甚高(这带来了很好的社区支持+云环境支持),很轻量,可扩展性佳,性能也不错。但它有两个问题:1、快糙猛(当然这也是PHP的本来特点),不够优雅(有悖最佳实践),也有.....
分类:其他好文   时间:2014-08-13 21:31:57    阅读次数:355
laravel自定义分页
laravel框架自带有分页处理类,并且与ORM模型结合,我们可以非常方便的使用这个分页,它提供了方便与给了一些扩展麻烦。框架自带有三套分页显示模板,具体的可以修改\app\config\view.php配置文件中的‘pagination‘=>‘pagination::slider-3‘。在这个配置中‘pagination::slide..
分类:其他好文   时间:2014-08-13 19:12:17    阅读次数:219
使用laravel 生成 带括号的sql
laravel query builder use where caseI want to sql like that :select * from `wxm_ticket` where `wxm_ticket`.`deleted_at` is null and `user_id` = ? and ...
分类:数据库   时间:2014-08-13 18:23:56    阅读次数:301
搭建laravel--php升级--apache升级
写在页首: 最近比较忙,没时间搞这些东西。今天抽出来半个多小时写这片博客,供自己和他人,一起借鉴。。 搭建laravel可谓艰难重重。。下面总结以下自己的搭建步骤: 操作系统:Mac OS X 10.9.4 最初操作系统的p...
分类:Web程序   时间:2014-08-12 03:42:04    阅读次数:716
laravel Authentication and Security
Creating the user modelFirst of all, we need to define the model that is going to be used to represent theusers of our application. Laravel already pr...
分类:其他好文   时间:2014-08-12 00:21:23    阅读次数:170
From Apprentice To Artisan 翻译 01
Dependency Injection 依赖注入 The Problem 遇到的问题 The foundation of the Laravel framework is its powerful IoC container. To truly understand the framework, a strong grasp of the container is nec...
分类:移动开发   时间:2014-08-11 15:25:43    阅读次数:387
Laravel 4:FontEnd/BackEnd环境部署
#程序结构如下:app routes.php models controllers backend IndexController.php fontend IndexController.php#后台IndexController.php<?phpnamespadceOrg\Controllers\BackEnd; classIndexControllerextends\BaseController { }#前台IndexController.php<?phpnamespa..
分类:其他好文   时间:2014-08-07 07:27:00    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!