I want to install quickadmin to create a quick admin panel, I am using Laravel 5.3 and I have followed the step to install:
-
Create new project
composer create-project laravel/laravel ProjectName --prefer-dist
2.Install quickadmin
composer require laraveldaily/quickadmin
-
Add
Laraveldaily\Quickadmin\QuickadminServiceProvider::class,to your\config\app.phpproviders afterApp\Providers\RouteServiceProvider::class, -
Configure your .env file with correct database information
- Run
php artisan quickadmin:installand fill the required information.
but this error appear
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Laraveldaily\Quickadmin\QuickadminServiceProvider' not found
What's happend?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire