- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Once you have cloned the project on your pc you should have a folder with named backend-test open your favorite text editor and edit the file .env using your mysql credentials
DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=backend-test DB_USERNAME='user' DB_PASSWORD='secret password'
then open a terminal and type
cd backend-test
then migrate the database tables running at terminal
php artisan migrate --seed
finally all you need to do is run laravel server in your terminal type
php artisan serve
default port is 8000 if you want to use the port 80 you should type
php artisan serve --port=80
- Adminlte for serve css style a js feature
- Jquery Validator for Front validations forms
- Bootstrap
The Laravel framework and this project is open-sourced software licensed under the MIT license.