laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Laravel Enso CLI aborted issue. #327

Closed biholaindrasinh closed 4 years ago

biholaindrasinh commented 4 years ago

This is a bug request.

Prerequisites

Steps to reproduce

  1. php artisan enso:cli

Expected behavior

wait for input from the user

Actual behavior

Aborted.

raftx24 commented 4 years ago

Hi @biholaindrasinh could you explain more about reproduce, because I cloned the repository and I ran php artisan enso:cli and it worked!

biholaindrasinh commented 4 years ago

Actually it was PHP 7.4.0 issue. I have updated to PHP 7.4.1 and Issue resolved.