ERROR LARAVEL QUICKADMIN

0

I need your help I am trying to install QuickAdmin in my project, which is based on Laravel and MariaDB, the problem that is throwing me an error.

Previously, create a blank project and create it without any problem, under the same requirements (LARAVEL AND MARIADB).

This is the problem, Error:

$cd /var/www/proyecto
$composer require laraveldaily/quickadmin

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Installation request for laraveldaily/quickadmin ^5.0 -> satisfiable by laraveldaily/quickadmin[5.0.0].
    - laraveldaily/quickadmin 5.0.0 requires yajra/laravel-datatables-oracle ^6.18 -> satisfiable by yajra/laravel-datatables-oracle[v6.18.0, v6.18.1, v6.18.2, v6.19.0, v6.20.0, v6.21.0, v6.21.1, v6.22.0, v6.22.1, v6.22.2, v6.22.3, v6.22.5, v6.22.6, v6.22.7, v6.22.8, v6.22.9, v6.23.0, v6.24.0, v6.24.1, v6.24.2, v6.24.3, v6.24.4, v6.25.0, v6.26.0, v6.27.0, v6.28.0, v6.28.1, v6.29.0, v6.29.1, v6.29.2, v6.29.3] but these conflict with your requirements or minimum-stability.
    
    Installation failed, reverting ./composer.json to its original content.

I also sent a snapshot of the error:

    
asked by Matias Muñoz 11.11.2018 в 22:55
source

0 answers