Assessment Task @PropertyBook.
- PHP >= 8.2
- Composer
- Laravel >= 11
-
Clone the repository:
git clone https://github.com/GladmanGeeDev/AssessmentTask
-
Install dependencies:
composer install
-
Copy the example environment file and set the necessary environment variables:
cp .env.example .env
Open
.env
and update the database credentials and other necessary configuration. -
Generate an application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
-
Seed the database:
php artisan db:seed
-
Start the local development server:
php artisan serve
-
Open the browser and navigate to:
http://localhost:8000
-
Navigate to the admin login page:
http://localhost:8000/admin/login
-
Use the following credentials to log in:
- Email: [email protected]
- Password: 12345678
-
After logging in, access the admin dashboard:
http://localhost:8000/admin/dashboard