Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having Issues installing it on local XAMPP Server #8

Open
glacaria opened this issue Dec 9, 2018 · 3 comments
Open

Having Issues installing it on local XAMPP Server #8

glacaria opened this issue Dec 9, 2018 · 3 comments

Comments

@glacaria
Copy link

glacaria commented Dec 9, 2018

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
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants