Laravel资料总结

来源:互联网 发布:化学分析软件 编辑:程序博客网 时间:2024/05/22 05:20
传送门:goofyy技术宅

PHP Laravel学习资料

文档类


官方英文版: http://laravel.com/docs/introduction中文版: http://www.golaravel.com/docs/4.1/introduction/API文档: http://laravel.com/api/4.1/CHM版中文文档:https://github.com/huanghua581/notes/blob/master/PHP/laravel/Laravel4-%E4%B8%AD%E6%96%87%E6%89%8B%E5%86%8C.chm?raw=true
关于Composer



官网: https://getcomposer.org/Composer使用的package网站: https://packagist.org/PHP依赖管理工具Composer入门: http://weizhifeng.net/manage-php-dependency-with-composer.html中文文档: https://github.com/5-say/composer-doc-cn
代码库



官方源码: https://github.com/laravel/framework非常推荐的一个基于Laravel的代码范例: https://github.com/andrew13/Laravel-4-Bootstrap-Starter-Site
推荐



几篇英文基础入门文章: http://scotch.io/tag/laravellaravel 4.1 quick start cn: https://github.com/5-say/laravel-4.1-quick-start-cnPHP 依赖注入: https://github.com/5-say/laravel-4.1-note/blob/master/04.%E7%9F%A5%E8%AF%86%E6%8B%93%E5%B1%95/PHP/PHP-%E4%BE%9D%E8%B5%96%E6%B3%A8%E5%85%A5.md


1 0
原创粉丝点击