Skip to content

Zachary-Leung/wine_platform

 
 

Repository files navigation

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework 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, queueing, and caching.

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.

Official Documentation

Documentation for the framework can be found on the Laravel website.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

License

The Laravel framework is open-sourced software licensed under the MIT license

编码规范

使用了命名空间的

文件夹名,类名==文件名=》驼峰法,首字母大写 变量名与函数名使用驼峰法(为兼容外部变量命名变量名可用’_'分隔, 如兼容数据库字段名),首字母小写

没使用命名空间的

文件夹与文件名 ‘-’或 ‘’分隔,全部小写,以区别使用了命名空间的文件夹与文件 变量名与函数名使用驼峰法(为兼容外部变量命名变量名可用’'分隔, 如兼容数据库字段名),首字母小写

About

在线老酒交易平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.8%
  • JavaScript 39.6%
  • PHP 3.9%
  • Roff 0.6%
  • Visual Basic .NET 0.1%
  • Smarty 0.0%