“Laravel is our sourdough starter and multitool for web projects large and small. 10 years in, it remains fresh and useful.” Ian CallahanHarvard Art Museums “Laravel takes the pain out of building modern, scalable web apps.” Aaron FrancisCo-founder, Try Hard Studios ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
If you want to chip in, you can help out by fixing any bugs listed in our issue trackers. You must be authenticated with GitHub to view all of Laravel's issues.The Laravel source code is managed on GitHub, and there are repositories for each of the Laravel projects:...
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: Simple, fast routing engine. Po...
This is a sample application that you can use to follow along with the Build a PHP and MySQL web app in Azure tutorial.
注意在这里我们使用了laravel5提供的route model binding特性,我们在控制器中使用Task类typehinting了task参数,而该task参数,而该task参数和routes.php中定义的wildcast路由Route::get('tasks/{task}','xxx'}定义的task相匹配,因此laravel在调用我们的控制器时自动注入Task模型(以id为索引)。这个功能后续再做进一步的...
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", "homepage": "https://www.doctrine-project.org/projects/inflector.html", ...
"source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/...
我们将 每个月 更新一次脚本,也方便我们及时的查看目前最流行的的 laravel package 。 你可以 clone 该项目,运行根目录下的 test.php 来同步更新。还可以自定义排序规则、搜索关键字等。记得 star 哟!! 相信下面这些扩展包会让你的编码更加高效。 排名(下载量) ...
To bring up Homestead for the first time we’ll create a Code directory to store our projects and use the homestead up command.Bringing up Homestead for the 1st time C:\Users\Chuck> mkdir Code C:\Users\Chuck> homestead up Bringing machine 'default' up with 'virtualbox' provider... ==...