This project can help companies to reduce their carbon footprint by allowing them to offset their carbon emissions by donating to projects that reduce carbon emissions.
composer install
cp .env.example .env
and fill in database credentialsphp artisan key:generate
php artisan migrate:fresh --seed
npm install
npm run dev
In order for the application to work you will need to create a Mollie key. You can do this by creating an account on
Mollie. After creating an account you can create a new API key. You will need to add this
key to the .env
file as MOLLIE_KEY
.
cp .env.testing.example .env.testing
and fill in database- run
php artisan test
This application uses Filament as its backend administration interface. You can find the login page at /admin