File tree Expand file tree Collapse file tree 2 files changed +30
-7
lines changed Expand file tree Collapse file tree 2 files changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- - Initial release
9+ - Products
10+ - Notes
11+ - Tasks
12+ - Files / Documents
13+ - Calendar (Calls, Meetings, Reminders)
14+ - Roles / Permissions
15+ - Dashboard
16+ - Custom Fields
17+ - Activity Feed / Timelines
18+ - CSV Import / Export
1019
1120<!-- - ## 1.0.0 - 2020-XX-XX
1221### Added
1322### Changed
1423### Fixed
15- ### Removed --->
24+ ### Removed --->
25+
26+ ## 0.1.0 - 2020-03-18
27+ ### Added
28+
29+ - Leads
30+ - Deals
31+ - People
32+ - Organisations
33+ - Users
34+ - Teams
Original file line number Diff line number Diff line change @@ -21,29 +21,33 @@ This package will add CRM functionality to your laravel project.
2121
2222## Installation
2323
24- Step 1: Make sure you have set up Laravel auth
24+ Step 1: Install a Laravel project if you don't have one already
25+
26+ https://laravel.com/docs/6.x#installation
27+
28+ Step 2: Make sure you have set up Laravel auth in your project
2529
2630https://laravel.com/docs/6.x/authentication
2731
28- Step 2 : Require the package using composer:
32+ Step 3 : Require the package using composer:
2933
3034``` bash
3135composer require venturedrake/laravel-crm
3236```
3337
34- Step 3 : Run vendor publish:
38+ Step 4 : Run vendor publish:
3539
3640``` bash
3741php artisan vendor:publish --provider=" VentureDrake\LaravelCrm\LaravelCrmServiceProvider"
3842```
3943
40- Step 4 : Run migrations:
44+ Step 5 : Run migrations:
4145
4246``` bash
4347php artisan migrate
4448```
4549
46- Step 5 : Run database seeder:
50+ Step 6 : Run database seeder:
4751
4852``` bash
4953php artisan db:seed --class=LaravelCrmTablesSeeder
You can’t perform that action at this time.
0 commit comments