| Tools | Description |
|---|---|
| PHP | 8.2 >= 8.3 |
| Laravel | 11.* |
Clone the repo locally:
git clone https://github.com/nick0221/breedliker-v2.gitNavigate to the Project Directory:
cd breedliker-v2Install PHP dependencies:
composer install Setup configuration:
cp .env.example .envor (For windows users)
copy .env.example .envGenerate application key:
php artisan key:generateRun database migrations:
php artisan migrateRun the dev server (the output will give the address):
php artisan serve
Good to go! Visit the url in your browser, and signup:
localhost:8000The Laravel framework is open-sourced software licensed under the MIT license.