- clone repository
- cd /path/to
- install docker if you don't have it
- run containers docker-compose up -d
- get it to the container ( docker-compose exec server bash )
- composer install
- migrate tables ( php artisan migrate && php artisan migrate --database=testing )
- check tests: php artisan test
- run queue listener ( php artisan queue:listen )
- try to test with POSTMAN this endpoint (POST) http://localhost/api/submit
- you are able to check records in database http://localhost:8070/?server=db&username=root&db=laravel&&select=submissions ( password: root )
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.