我决定尝试使用Laravel,因为与OOP PHP相比它是多么乏味,所以我一直在进行安装.
尽管如此,我正在尝试在我的cmd(.~/wamp/www /)上执行'composer create-project laravel/laravel --prefer-dist'命令,它创建了Laravel文件夹但是给了我这个输出:
*Installing laravel/laravel (v5.1.4)
- Installing laravel/laravel (v5.1.4)
Loading from cache
Created project in C:\wamp\www\laravel
> php -r "copy('.env.example', '.env');"
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravel/framework v5.1.8 requires ext-mbstring * -> the requested PHP exte
nsion mbstring is missing from your system.
- laravel/framework v5.1.7 requires ext-mbstring * -> the requested PHP exte
nsion …Run Code Online (Sandbox Code Playgroud)