欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Laravel
来自开放百科 - 灰狐
(版本间的差异)
小 |
小 (→项目) |
||
(未显示1个用户的15个中间版本) | |||
第6行: | 第6行: | ||
==功能== | ==功能== | ||
+ | |||
+ | ==指南== | ||
+ | $ composer global require laravel/installer | ||
+ | $ sudo vim /Users/huihoo/.profile | ||
+ | export PATH=/Users/huihoo/.composer/vendor/bin:$PATH | ||
+ | $ source /Users/huihoo/.profile | ||
+ | $ laravel new blog | ||
+ | $ cd blog | ||
+ | $ php artisan serve | ||
+ | http://127.0.0.1:8000/ | ||
==项目== | ==项目== | ||
− | [https://github.com/chiraggude/awesome-laravel Awesome Laravel] [[文件:awesome.png]] | + | [https://github.com/chiraggude/awesome-laravel Awesome Laravel] [https://github.com/fukuball/Awesome-Laravel-Education Awesome Laravel Education] [[文件:awesome.png]] |
+ | *[https://github.com/laravel/jetstream Laravel Jetstream] | ||
+ | *[https://github.com/laravel/homestead Laravel Homestead] [https://github.com/laravel/valet Laravel Valet] for Mac minimalists | ||
+ | *[https://github.com/dreamfactorysoftware/dreamfactory DreamFactory] Never Build an API Again. 口号霸气,Laravel 和 [[PHP]] 驱动。 | ||
+ | *[https://github.com/laravel/passport Laravel Passport] | ||
+ | *[https://github.com/the-control-group/voyager Voyager - The Missing Laravel Admin] | ||
+ | *[https://github.com/apiato/apiato Apiato] Build scalable API's faster | With PHP 7.4 and Laravel 7 | ||
+ | *[https://github.com/octobercms/october October CMS] [https://github.com/oc-shopaholic/oc-shopaholic-plugin Shopaholic E-Commerce plugin for October CMS] | ||
+ | |||
+ | ==[[Symfony]]== | ||
+ | [https://symfony.com/projects/laravel Laravel using Symfony] | ||
+ | |||
+ | ==文档== | ||
+ | *[https://learnku.com/docs/laravel/7.x Laravel 中文文档] | ||
+ | *[https://learnku.com/docs/laravel-cheatsheet/6.0 Laravel 速查表] | ||
+ | *[https://learnku.com/docs/laravel-development-environment/7.x Laravel 开发环境部署] | ||
+ | *[https://learnku.com/docs/laravel-specification/7.x Laravel 项目开发规范] | ||
+ | *[https://learnku.com/docs/lumen/6.x Lumen 中文文档] | ||
+ | *[https://learnku.com/docs/nova/1.0 Laravel Nova 中文文档] | ||
+ | *[https://learnku.com/docs/dcat-admin/1.x Dcat Admin 中文文档] | ||
+ | *[https://learnku.com/docs/dingo-api/2.0.0 Dingo API 的中文文档] | ||
==图片== | ==图片== | ||
+ | <gallery> | ||
+ | image:composer-laravel-installer.png|安装Laravel安装器 | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
第16行: | 第49行: | ||
*[https://github.com/laravel/laravel Laravel @ GitHub] | *[https://github.com/laravel/laravel Laravel @ GitHub] | ||
*[https://laravel-news.com/ Laravel News] | *[https://laravel-news.com/ Laravel News] | ||
+ | *[https://learnku.com/laravel Laravel China 社区] | ||
[[category:PHP]] | [[category:PHP]] | ||
[[category:framework]] | [[category:framework]] | ||
[[category:symfony]] | [[category:symfony]] |
2020年9月7日 (一) 04:27的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Laravel Thanks, Wikipedia. |
Laravel 是一款开源(MIT)、简洁、优雅的 PHP Web开发框架。
目录 |
[编辑] 简介
[编辑] 功能
[编辑] 指南
$ composer global require laravel/installer $ sudo vim /Users/huihoo/.profile export PATH=/Users/huihoo/.composer/vendor/bin:$PATH $ source /Users/huihoo/.profile $ laravel new blog $ cd blog $ php artisan serve http://127.0.0.1:8000/
[编辑] 项目
Awesome Laravel Awesome Laravel Education
- Laravel Jetstream
- Laravel Homestead Laravel Valet for Mac minimalists
- DreamFactory Never Build an API Again. 口号霸气,Laravel 和 PHP 驱动。
- Laravel Passport
- Voyager - The Missing Laravel Admin
- Apiato Build scalable API's faster | With PHP 7.4 and Laravel 7
- October CMS Shopaholic E-Commerce plugin for October CMS
[编辑] Symfony
[编辑] 文档
- Laravel 中文文档
- Laravel 速查表
- Laravel 开发环境部署
- Laravel 项目开发规范
- Lumen 中文文档
- Laravel Nova 中文文档
- Dcat Admin 中文文档
- Dingo API 的中文文档
[编辑] 图片
[编辑] 链接
分享您的观点