Olá, estou precisando de uma ajuda.
Quando executo o comando "php artisan serve" tenho passado pelo seguinte problema:
PHP Warning: require(/Users/******/estoque/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/******/estoque/bootstrap/autoload.php on line 17
Warning: require(/Users/******/estoque/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/******/estoque/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required '/Users/******/estoque/bootstrap/../vendor/autoload.php' (include_path='.:') in /Users/******/estoque/bootstrap/autoload.php on line 17
Fatal error: require(): Failed opening required '/Users/******/estoque/bootstrap/../vendor/autoload.php' (include_path='.:') in /Users/******/estoque/bootstrap/autoload.php on line 17
Se executo composer install para incluir a pastar vendor retorna que o mcrypt não está instado. Antes já havia executado os seguintes comandos no terminal:
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install mcrypt php56-mcrypt
Ao tentar realizar a execução do código "brew install mcrypt php56-mcrypt" novamente informa que já está instalado.
Warning: mcrypt-2.6.8 already installed
Warning: homebrew/php/php56-mcrypt-5.6.27_2 already installed
Alguma sugestão para solucionar?