Hi,
I'm trying to install the package in Laravel 5.1.46 but I get this error:
composer require atayahmet/laravel-nestable
Using version ^0.8.1 for atayahmet/laravel-nestable
./composer.json has been updated
php artisan clear-compiled
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
Installation request for atayahmet/laravel-nestable ^0.8.1 -> satisfiable by atayahmet/laravel-nestable[v0.8.1].
Hi, I'm trying to install the package in Laravel 5.1.46 but I get this error:
composer require atayahmet/laravel-nestable Using version ^0.8.1 for atayahmet/laravel-nestable ./composer.json has been updated
Problem 1
Installation failed, reverting ./composer.json to its original content.
Where is the problem? Thanks!