Senior PHP Developer Exam
What things you need to install the software and how to install them
- composer
- npm
- PHP 7.2
- Clone the project
git clone git@github.com:paulolorenzobasilio/paulo-basilio-realtair-exam.git
cd paulo-basilio-realtair-exam
- Copy environment details
mv .env.example .env
composer install
touch database/db.sqlite
php artisan migrate
php artisan db:seed
npm install
npm run dev
Start the local web server
php artisan serve
access your http://localhost:8000
Default users:
- email: johndoe@realtair.com
password: password - email: juancruz@realtair.com
password: password
php artisan test
- Paulo Basilio
- REALTAIR exam