falcon758/exads_exercises

Exads Exercises

dev-main 2023-01-04 12:59 UTC

This package is not auto-updated.

Last update: 2024-05-09 17:36:36 UTC


README

Installation & updates

composer create-project falcon758/exads_exercises then composer update

Setup

Copy .env.example to .env and tailor for your app, specifically the baseURL and any database settings.

Database

Generate database tables and seed following this steps:

  1. From the projects root folder run php artisan migrate
  2. From the projects root folder run php artisan db:seed

Unit Tests

Run unit test of this project using this command on root folder:

./vendor/bin/phpunit --verbose tests

Server Requirements

PHP version 7.4 or higher is required, with the following extensions installed:

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mysqlnd if you plan to use MySQL
  • libcurl if you plan to use the HTTP\CURLRequest library

License

The Laravel framework is open-sourced software licensed under the MIT license.