LaravelDaily / QuickLMS

Simple Learning Management System based on Laravel 5.4.
145 stars 96 forks source link

Having Issues installing it on local XAMPP Server #8

Open glacaria opened 5 years ago

glacaria commented 5 years ago

I am trying to install the system locally using my web server but I am stuck abit. Can you please give me a guide on how to install and run it locally in my PC. Thanks.

Hassen307 commented 5 years ago

1- Download the file.zip and unzip it under your root folder of xampp (htdocs or www) 2-create .env and copy it from .env.exmple then edit database name, password... 3-go under the folder with cmd (Command Prompt) 4-run "composer update" 5-run "php artisan migrate" 6-run "php artisan db:seed" 7-php artisan serve

Enjoy!

aseperyana commented 5 years ago

i'm found error at step 5-run "php artisan migrate"

C:\xampp\htdocs\lms>php artisan migrate In ProviderRepository.php line 208: Class 'Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider' not found

how to fixed it

Techmyst commented 1 year ago

i'm found error at step 5-run "php artisan migrate"

C:\xampp\htdocs\lms>php artisan migrate In ProviderRepository.php line 208: Class 'Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider' not found

how to fixed it

change config/app.php where it was Unisharp/Laravelfilemanager to UniSharp/LaravelFilemanager