Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-crm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-crm
Commits
b413cb71
Commit
b413cb71
authored
May 24, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
6a78cb5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
b413cb71
...
@@ -5,26 +5,26 @@
...
@@ -5,26 +5,26 @@
# Installation
# Installation
-
Run this in the terminal
-
Run this in the terminal
```
php
```
composer require onestartup/crm
composer require onestartup/crm
```
```
-
after add the ServiceProvider to the providers array in config/app.php
-
after add the ServiceProvider to the providers array in config/app.php
```
php
```
Onestartup\Crm\CrmListServiceProvider::class,
Onestartup\Crm\CrmListServiceProvider::class,
```
```
-
Run migration
-
Run migration
```
php
```
php artisan migrate
php artisan migrate
```
```
-
add next lines to app/User.php
-
add next lines to app/User.php
```
php
```
public function tracings()
public function tracings()
{
{
return $this->hasMany('Onestartup\Crm\Tracing', 'user_id');
return $this->hasMany('Onestartup\Crm\Tracing', 'user_id');
}
}
```
```
-
add next lines to app/Interested.php
-
add next lines to app/Interested.php
```
php
```
public function tracings()
public function tracings()
{
{
return $this->hasMany('Onestartup\Crm\Tracing', 'interested_id');
return $this->hasMany('Onestartup\Crm\Tracing', 'interested_id');
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment