Home

Awesome

Zogam - [ WIP ]

ERP and CRM

Installation

Before

Run in your terminal

composer install 

`npm install`

php artisan migrate

Build or run the frontend

// to build
`npm run build`

// to run dev mode
`npm run watch`

// Before run the app or edit.
// run `npm run build`

After install make sure to set mysql environment variables in your .env file.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=zogam
DB_USERNAME=yourusername
DB_PASSWORD=yourpassword

Run php artisan key:generate

Run php artisan serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D