Closed lpker closed 2 years ago
Hi @lpker , you see this errors because you don't have node_modules and vendor folders so you should generate them.
this is how to install the script in you local machine :
Step 1 - clone repository to local machine. git clone https://github.com/mediarayek-me/smmbooster.git
Step 2 - in your project directory run. composer install && npm install to generate vendor and node_modules directories
Step 3 - to test the script in your local machine just run. php artisan serve
The previous screenshot was after executing "composer install && npm install", I tested it on windows and linux,and it both doesn't work . I took a new screenshot to prove that even though the "node_modules" and "vendor" folders are there, the site is still abnormal.
@lpker did you set your database configuration ??!!
My profile has been set
The screenshot shows the local test environment, I redirected nb.com to local in hosts
If I fill in the database incorrectly, the site will look like this
you don't set your database configuration correctly.
in windows username is root and set password to empty
db_username=root
db_password=
like this.
the problem is no on the script.
In my local test environment,I set database name/user name/password=rootroot
If i set username=root,password blank, If I Replace upper case with lower case,
the script can't connect to your database, please make sure you are using the correct username and password in .env file
I also encountered this problem, how did you solve it
@xiaoxiaoyeqi In the end it didn't work out, I used other similar projects
I tried to use the code of this project and found that the page is different from your demo site, for example, the home page is always loading, the style of the login/register page is not normal at all, and when I open the browser developer tools, it hints that many files cannot be loaded, such as welcome.png/left-image.png/person.jpeg, etc. I searched and found that the files you uploaded to github doesn't have these files at all, please check the files and fix the missing files