文章分类 -  LARAVEL

 
laravel 学习笔记
摘要:1. return redirect()->back()->withSuccess("成功"); return redirect()->back()->withErrors(‘失败’); 2.orm基本可以做所有的单表操作了,当然也可以做left right操作,但是要慎用。 3.软删除在建模的时候 阅读全文
posted @ 2017-06-26 17:56 utf87 阅读(107) 评论(0) 推荐(0)
laravel 基本操作
摘要:1.创建controller: 1.添加路由: 1.引入css/js/image: 1.页面链接: 1.添加第三方: 1.添加表单验证: 1.使用model: 1.第三方中有服务的以及中间件的,记得注册: 例如:"zizaco/entrust": "dev-laravel-5"权限管理第三方 1.1 阅读全文
posted @ 2016-04-20 23:02 utf87 阅读(184) 评论(0) 推荐(0)
laravel 数据迁移
摘要:先上大神链接:http://www.jianshu.com/users/729ce899444d/latest_articles。 按照上述步骤搭建后台时候,遇到了一些问题。 首先,脚手架;这个概念不是太懂,感觉是CSS+JS的打包。具体的做法可以参考http://www.jianshu.com/p 阅读全文
posted @ 2016-04-20 22:26 utf87 阅读(159) 评论(0) 推荐(0)