Skip to content
/ Donatio Public

Advertisement Portal for Browser Extension Donating to Charitable Organization.

Notifications You must be signed in to change notification settings

alvibd/Donatio

Repository files navigation

Donatio

Easy Installation

Requirements

  • Apache server
  • php>=7
  • Postgres\mysql
  • composer

Steps

  • Clone this repository: $ git clone https://github.com/alvibd/Donatio.git or download zip
  • cd to project directory: $ cd Donatio
  • create .env: $ cp .env.example .env for windows : copy .env.example .env
  • set database configurations in .env
  • install all the requirements: $ composer install
  • generate key: $ php artisan key:generate
  • create all the tables: $ php artisan migrate
  • run database seed: $ php artisan db:seed
  • create local storage : $ php artisan storage:link
  • run $ php artisan serve enjoy start the server and enjoy
  • the admin e-mail is superadministrator@app.com & password password
  • create a virtual host to get the best experience

About

Advertisement Portal for Browser Extension Donating to Charitable Organization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published