Skip to content

volunteers-crm/api

Repository files navigation

Volunteers CRM

dragon code volunteers

Installation

Just use the Composer:

composer install

Development

Note

To work with a https certificate, you can use ngrok.

Make sure you have Docker installed.

Windows

You need to enter the WSL:

wsl

And just run the command:

vendor/bin/sail up    # to run processes in the console
vendor/bin/sail up -d # to run background processes

Unix

Just run the command:

vendor/bin/sail up    # to run processes in the console
vendor/bin/sail up -d # to run background processes

License

This project is licensed under the MIT License.