码迷,mamicode.com
首页 >  
搜索关键字:laravel apidoc    ( 2927个结果
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
laravel 模板 blade
控制器布局在Laravel框架中使用模板的一种方法就是通过控制器布局。通过在控制器中指定layout属性,对应的视图会被创建并且作为请求的默认返回数据。在控制器中定义一个布局class UserController extends BaseController { /** * The ...
分类:其他好文   时间:2014-08-06 17:42:51    阅读次数:248
配置 Laravel 环境
sudo apt-get install apache2sudo apt-get install php5sudo apt-get install php5-mcrypt需要开启 mod_rewrite 模块修改 apache2 的配置文件 /etc/apache2/apache2.conf为 la...
分类:其他好文   时间:2014-08-04 01:51:56    阅读次数:309
Laravel 4 Development on PHPStorm
Laravel & PHPStorm – the best of the two worlds. Laravel is the most popular PHP web framework today. PHPStorm is the best PHP IDE that money can buy....
分类:Web程序   时间:2014-07-29 12:42:06    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!