laravel-5-todo-tutorial icon indicating copy to clipboard operation
laravel-5-todo-tutorial copied to clipboard

install after download

Open pishguy opened this issue 10 years ago • 1 comments

how to install after download this source, i'm using composer install and i get this error:

Generating autoload files



  [RuntimeException]
  Could not scan for classes inside "tests/TestCase.php" which does not appea
  r to be a file nor a folder

pishguy avatar Nov 20 '15 23:11 pishguy

I am getting a different error:

$ composer install
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.0.9 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - laravel/framework v5.0.8 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - laravel/framework v5.0.7 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - laravel/framework v5.0.6 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - laravel/framework v5.0.5 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - laravel/framework v5.0.4 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
    - laravel/framework v5.0.34 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.

connor11528 avatar Dec 27 '15 05:12 connor11528