laravel开发资源

集大成者

http://labs.infyom.com/laravelgenerator/ 

We have worked on many projects that required to create APIs and scaffold CRUD type of thing. And the problem that we faced was every time create bunch of files like Migration, Model, Controller, Repository and even test cases.

前端用到的

Restful API

https://github.com/dingo/api 

Alipay

https://github.com/Latrell/Alipay 

Markdown

https://github.com/yccphp/laravel-5-markdown-editor 

购物车

https://github.com/overtrue/laravel-shopping-cart 

第三方登录,国内国外都有,超级丰富

https://github.com/laravel/socialite 

短信验证码

https://github.com/toplan/laravel-sms 

后台用到的

CRUD自动生成器

https://github.com/appzcoder/crud-generator 

表单构造器

https://laravelcollective.com/docs/5.2/html 

Datatable 

http://datatables.yajrabox.com/ 

编辑器,百度的ueditor

https://github.com/stevenyangecho/laravel-u-editor 

OAuth2 Server

https://github.com/lucadegasperi/oauth2-server-laravel 

图片处理:

http://image.intervention.io/getting_started/installation#laravel 

更多资源合集:

http://laravelacademy.org/post/153.html


一些文章

在laravel中使用repository 

http://laravel.so/tricks/0ce4f22eff598f88a31db92d1a3aa3d3   

用laravel搭建oauth2 server

https://phphub.org/topics/1792 

http://discountry.github.io/tutorial/2016/02/20/Laravel-RESTful-Oauth2/#top 


一些问题

自定义函数 helper 放哪?

http://laravel.so/tricks/e81a15277236d35feb19ad5b86427bdc 

后台菜单高亮

http://laravel.so/tricks/1eedf4ae3cd429df8c7a62499df251f0  php实现

其实也可以js实现





你可能感兴趣的:(laravel)