Laravel Class 'Laracasts\Generators\GeneratorsServiceProvider' not found error working wamp xampp

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • In Application.php:
    Class 'Laracasts\Generators\GeneratorsServiceProvider' not found
    Problem 1
    - Root composer.json requires laracasts/generators ^2.0 - satisfiable by laracasts/generators[2.0.0].
    - laracasts/generators 2.0.0 requires illuminate/support ~6.0|~7.0|~8.0 - found illuminate/support[v6.0.0, ..., v6.20.18, v7.0.0, ..., v7.30.4, v8.0.0, ..., v8.32.1] but these were not loaded, likely because it conflicts with another require.
    packagist.org/...
    goto version list on bottom right
    use this command
    composer require laracasts/generators:1.1.7
    you also try different versions
    Laravel verion 5.5.*
    php version 7.4.9
    OS windows 10
    WAMP

Комментарии • 5

  • @they1zus992
    @they1zus992 3 года назад +1

    HI!

    • @nightbird5937
      @nightbird5937  3 года назад

      Yes

    • @they1zus992
      @they1zus992 3 года назад

      @@nightbird5937 hey bro, do you know how to run this project? What I need?: github.com/ultrasonicsoft/ng-animated-login

    • @nightbird5937
      @nightbird5937  3 года назад

      @@they1zus992 this is an Angular Project you need set environment for this
      1-install Nodejs nodejs.org/en/
      2-install angular cli using npm cli.angular.io/
      3-clone project and follow instructions on angular platform
      thanks

    • @they1zus992
      @they1zus992 3 года назад

      @@nightbird5937 thanks so much bro