Run local
Last updated
Last updated
You can easily install the project locally if you use MAMP, WAMP (Window only) or XAMMP.
In this example / guide, we will use MAMP, but should be similar in the other tools.
First, extract the zip that contains the project source code, that you download from CodeCanyon.
Next install MAMP on you computer.
You will be presented with screen like this one.
Make sure PHP version is 8.1+
Then click on preferences
Go in the server tab, and in the "Document root" choose the folder where you extracted the code.
Click OK.
MAMP is now set up.
Click on start button and then on WebStart button.
You will be presented with a page like this one.
There are two other screens, that you can click on "Next step"
After that install is done
You can visit the landing page. or the login page
From Laravel 8, there is a new package available called https://laravel.com/docs/8.x/sail.
We use this to run the site locally and test it.
All you need is to install https://www.docker.com/ on your computer.
After that extract the code and open it in the Terminal / Command prompt
The first time you run this can take some time
After sail is running, open a new terminal window and navigate to the project.
execute
This will set up ( seed ) the database.
Then execute / run
This should create an empty file in storage folder, to let the system know that the project is installed. Then open the site on localhost.
You should see the site now
Login with the default credentials
Username: admin@example.com
Password: secret