Requirements
- Apache server
- php>=7
- Postgres\mysql
- composer
Steps
- Clone this repository:
$ git clone https://github.com/alvibd/Donatio.gitor download zip - cd to project directory:
$ cd Donatio - create .env:
$ cp .env.example .envfor 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 serveenjoy start the server and enjoy - the admin e-mail is
superadministrator@app.com& passwordpassword - create a virtual host to get the best experience