码迷,mamicode.com
首页 >  
搜索关键字:artisan    ( 270个结果
ytforum(1)创建你的数据库
php artisan migrate:make create_users_table create_forum_groups_table create_forum_categories_table create_forum_threads_table create_forum_comme...
分类:数据库   时间:2014-11-02 22:21:35    阅读次数:158
Laravel(1)composer
composer create-project laravel/laravel cats --prefer-dist创建一个新的project catscd cats进入这个projectphp artisan serve启动内建的服务器
分类:其他好文   时间:2014-10-27 22:32:04    阅读次数:173
laravel数据库迁移的migrate小解
当通过命令行:php artisan migrate:make create_authors_table --table=authors --create时,在 migration.php 中若Schema::table()而不是Schema::create时,会出现 table 不存在的指示,这时...
分类:数据库   时间:2014-10-17 15:09:40    阅读次数:188
From Apprentice To Artisan 翻译 04
##Reflect Resolution 反射解决方案 One of the most powerful features of the Laravel container is its ability to automatically resolve dependencies via reflection. Reflection is the ability to inspe...
分类:移动开发   时间:2014-10-08 23:18:27    阅读次数:331
From Apprentice To Artisan 翻译 03
# The IoC Container 控制反转容器 ## Basic Binding 基础绑定 Now that we‘ve learned about dependency injection, let‘s explore inversion of control containers. IoC containers make managing your class ...
分类:移动开发   时间:2014-09-09 09:13:08    阅读次数:383
From Apprentice To Artisan 翻译 02
##Respect Boundaries 严守边界 Remember to respect responsibility boundaries. Controllers and routes serve as a mediator between HTTP and your application. When writing large applications, don‘t cl...
分类:移动开发   时间:2014-08-22 14:39:39    阅读次数:219
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 code bright
Project RootLet’s start by taking a look at the root folder structure.? app/? bootstrap/? vendor/? public/? .gitattributes? .gitignore? artisan? compo...
分类:其他好文   时间:2014-07-19 19:10:07    阅读次数:252
laravel 代码维护, 使用php artisan使用应用程序处于维护状态
当应用程序处于维护的时候,我们可以暂时关闭程序,具体的做使用是使用php artisan downartisan 是laravel根目录下的一个程序,当执行了这个命令时,会调用 app/start/global.php文件中的App::down函数当维护完成扣,使用php artisan up来启用...
分类:Web程序   时间:2014-07-07 12:40:59    阅读次数:220
java 连接飞信API
通过java连接飞信api给自己的好友(包括自己)发送飞信内容。如果对方的手机号非你的飞信好友则不能发送。??1. [代码]飞信发送类 package per.artisan.fetion;import java.io.BufferedReader;import java.io.IOExcepti....
分类:编程语言   时间:2014-07-07 10:54:44    阅读次数:234
270条   上一页 1 ... 25 26 27
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!