Laravel *.x project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This is a Laravel 9.x project, so you must meet its requirements.
Clone the project
git clone [email protected]:stevensgsp/digital-wallet-restful.git
cd digital-wallet-restful
composer install
cp .env.example .env
php artisan key:generate
Edit .env and put credentials, indicate environment, url and other settings.
Run migrations
php artisan migrate