Problems in Integrating Laravel Templates from Creative Tim

Mitch F. Desierto :

I'm new to laravel, and I'm trying to integrate paper dashboard from creative tim for my laravel project, I followed installation instructions from this link - https://github.com/laravel-frontend-presets/paper-dashboard

I installed it via composer but it shows this problem... istallation via composer

I also tried installing the paper-dashboard by using the archive instruction and this problem shows... installation by using archive

this is my PaperPresetServiceProvider.php file PaperPresetServiceProvider.php file

can someone please help me know what is missing or what am I going to do to successfully integrate paper-dashboard in my laravel project? big thanks...

I'm using (Laravel Framework 7.0.6) (Composer version 1.9.3) (PHP 7.4.2)

sigel :

Some themes isn't supported on Laravel 7 yet I think. I suggest making it at version 6.x. You can make a specific version of laravel project by putting a version at the end.

Example: composer create-project laravel/laravel your-project-name 6.*

6.* means latest laravel 6.x

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=33171&siteId=1