安装完laravel项目后,开启了重写,/app/storage也设置好了权限,但是始终无法显示出页面,并出现: "Whoops, looks like something went wrong." 将/app/config/app的debug设置为true后,出现如下错误: production.ERROR: exception 'ErrorException' with message 'mcrypt_get_iv_size(): Module initialization fai
php artisan list make Laravel Framework 5.4.36 Usage: command [options] [arguments] Options: -h, --help Display this help message -q, --quiet Do not output any message -V, --version Display this application version --ansi Force ANSI output --no-ansi
php artisan make:migration create_comments_table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateCommentTable extends Migration { /** * Run the migrations. * * @return void */ public function