You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
The free CRM you have been looking for, this package will add CRM functionality to your laravel projects or can be used as a complete standalone CRM built with Laravel.
10
10
11
-
> ⚠️ Warning: This is a pre-release version that is not recommended for production use.
11
+
> ⚠️ Warning: This is a pre-release version that is not recommended for production use just yet.
12
12
13
13
## Use Cases
14
14
@@ -23,15 +23,19 @@ The free CRM you have been looking for, this package will add CRM functionality
23
23
- Dashboard
24
24
- Sales leads management
25
25
- Deal management
26
+
- Quote builder
27
+
- Send quotes with accept/reject functionality
26
28
- Contact database management
27
29
- Products & Product Categories
28
-
- Notes
30
+
- Notes & Tasks
31
+
- File uploads
29
32
- Users & Teams
30
33
- Secure registration & login
31
34
- Laravel Jetstream/Spark teams support
32
35
- Roles & Permissions thanks to [Spatie Permissions](https://github.com/spatie/laravel-permission)
33
36
- Model Audit logging thanks to [Laravel Auditing](https://github.com/owen-it/laravel-auditing)
34
-
37
+
- Xero integration
38
+
35
39
## Requirements
36
40
37
41
-**PHP**: 7.3 or higher
@@ -43,16 +47,16 @@ The free CRM you have been looking for, this package will add CRM functionality
43
47
44
48
#### Step 1. Install a Laravel project if you don't have one already
45
49
46
-
https://laravel.com/docs/6.x#installation
50
+
https://laravel.com/docs/installation
47
51
48
-
#### Step 2. Make sure you have set up Laravel auth in your project
52
+
#### Step 2. Make sure you have set up authentication in your project
49
53
50
-
https://laravel.com/docs/6.x/authentication
54
+
https://laravel.com/docs/authentication
51
55
52
56
#### Step 3. Require the current package using composer:
53
57
54
58
```bash
55
-
composer require venturedrake/laravel-crm:^0.11
59
+
composer require venturedrake/laravel-crm
56
60
```
57
61
58
62
#### Step 4. Publish the migrations, config & assets
@@ -145,7 +149,7 @@ Note if you modified the route_prefix setting from the default the above url wil
145
149
#### Step 1. Run the following to the update migrations and publish assets:
0 commit comments