-
Email: administrator@mail.com
-
Password: admin123
1. Clone the repository by typing in your terminal:
- Make Sure You Have Composer Installed, Php, Node/NPM to run this project, if you dont have one click the link below to install.
- https://getcomposer.org/ - Composer
- https://www.apachefriends.org/ - XAMPP
- https://nodejs.org/en - Node/NPM
-
Open the project in any preferred ide and open terminal within the project.
-
Rename .env-example to .env and then open the env file.
-
Generate a key to your application using the command php artisan key:generate.
-
Configure your mail provider (mailtrap, mailgun, gmail) in env.
-
Run php artisan config:clear and php artisan config:clear to update the env file.
-
Run composer install to install the composer dependencies in the project and wait for it to finish.
-
Run npm install to install npm dependencies in the project and wait for it to finish.
-
After installing both composer and npm, run the project by typing php artisan serve and npm run dev.
-
Run php artisan migrate --seed (it has some seeded data for your testing) together with admin account.
-
Open browser and type localhost:8000
-
Note: If error occured, try to delete this file under bootstrap/cache/config.php and then go to terminal and type php artisan config:cache, and run again