/crm

Laravel 5.4 + Materialize CSS CRM side-project. WIP.

Primary LanguagePHPMIT LicenseMIT

Laravel PHP Framework + Materialize CSS CRM

Build Status StyleCI wercker status Support Coverage Status Support

Installation instructions

Clone the repo

  • clone the repo git clone https://github.com/vinayakkulkarni/crm.git

Homestead + DB setup

  • composer install
  • php vendor/bin/homestead make
  • add in /etc/hosts/another.crm
  • vagrant up
  • php artisan key:generate
  • php artisan migrate:install
  • php artisan migrate

Gulp/elixir setup

  • npm install
  • npm install gulp
  • gulp materialize-build
  • gulp

Contribution Guide

Clone this repo and create a new local branch from staging branch. Make changes and send pull request to staging. After PR is accepted you can delete your local branch.

License

The Laravel framework is open-sourced software licensed under the MIT license. `