You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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
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.
The text was updated successfully, but these errors were encountered: