文件名称:laravel-master
- 所属分类:
- Internet/网络编程
- 资源属性:
- [PHP] [源码]
- 上传时间:
- 2014-07-16
- 文件大小:
- 41kb
- 下载次数:
- 0次
- 提 供 者:
- j***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
为Web工匠设计的PHP开发框架.Laravel是一个Web应用程序框架。
Laravel的目的是使开发过程赏心悦目。-Laravel is a web application fr a mework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we ve attempted to combine the very best of what we have seen in other web fr a meworks, including fr a meworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.
Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
Laravel的目的是使开发过程赏心悦目。-Laravel is a web application fr a mework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we ve attempted to combine the very best of what we have seen in other web fr a meworks, including fr a meworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.
Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
laravel-master
..............\.gitattributes
..............\.gitignore
..............\CONTRIBUTING.md
..............\app
..............\...\commands
..............\...\........\.gitkeep
..............\...\config
..............\...\......\app.php
..............\...\......\auth.php
..............\...\......\cache.php
..............\...\......\compile.php
..............\...\......\database.php
..............\...\......\local
..............\...\......\.....\app.php
..............\...\......\.....\database.php
..............\...\......\mail.php
..............\...\......\packages
..............\...\......\........\.gitkeep
..............\...\......\queue.php
..............\...\......\remote.php
..............\...\......\services.php
..............\...\......\session.php
..............\...\......\testing
..............\...\......\.......\cache.php
..............\...\......\.......\session.php
..............\...\......\view.php
..............\...\......\workbench.php
..............\...\controllers
..............\...\...........\.gitkeep
..............\...\...........\BaseController.php
..............\...\...........\HomeController.php
..............\...\database
..............\...\........\.gitignore
..............\...\........\migrations
..............\...\........\..........\.gitkeep
..............\...\........\production.sqlite
..............\...\........\seeds
..............\...\........\.....\.gitkeep
..............\...\........\.....\DatabaseSeeder.php
..............\...\filters.php
..............\...\lang
..............\...\....\en
..............\...\....\..\pagination.php
..............\...\....\..\reminders.php
..............\...\....\..\validation.php
..............\...\models
..............\...\......\User.php
..............\...\routes.php
..............\...\start
..............\...\.....\artisan.php
..............\...\.....\global.php
..............\...\.....\local.php
..............\...\storage
..............\...\.......\.gitignore
..............\...\.......\cache
..............\...\.......\.....\.gitignore
..............\...\.......\logs
..............\...\.......\....\.gitignore
..............\...\.......\meta
..............\...\.......\....\.gitignore
..............\...\.......\sessions
..............\...\.......\........\.gitignore
..............\...\.......\views
..............\...\.......\.....\.gitignore
..............\...\tests
..............\...\.....\ExampleTest.php
..............\...\.....\TestCase.php
..............\...\views
..............\...\.....\emails
..............\...\.....\......\auth
..............\...\.....\......\....\reminder.blade.php
..............\...\.....\hello.php
..............\artisan
..............\bootstrap
..............\.........\autoload.php
..............\.........\paths.php
..............\.........\start.php
..............\composer.json
..............\phpunit.xml
..............\public
..............\......\.htaccess
..............\......\favicon.ico
..............\......\index.php
..............\......\packages
..............\......\........\.gitkeep
..............\......\robots.txt
..............\readme.md
..............\server.php