AkrilliA / laravel-beyond

Create Laravel classes in a domain driven way (insired by Spatie Laravel Beyond CRUD)
ISC License
219 stars 24 forks source link

i get this issue while install via composer #89

Closed atif08 closed 1 year ago

atif08 commented 1 year ago

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require akrillia/laravel-beyond:*" to figure out if any version is installable, or "composer require akrillia/laravel-beyond:^2.1" if you know which you need.

regnerisch commented 1 year ago

As @Mutahhar mentioned this is because of regnerisch/laravel-command-hooks. I updated it this morning, we also have a feature (#88) which removes it completly. We will release a new version shortly

alexanderkroneis commented 1 year ago

We just released v6.0.1, which is Laravel 10 ready.