Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-product
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-product
Commits
84ad08fe
Commit
84ad08fe
authored
Apr 30, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme updated
parent
dcc8f539
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
15 deletions
+7
-15
README.md
README.md
+7
-15
No files found.
README.md
View file @
84ad08fe
# Package blog OneStartup
# Package blog OneStartup
**onestartup/
blog**
is a module blog
for websites
**onestartup/
product**
is a module product
for websites
# Installation
# Installation
-
Run this in the terminal
-
Run this in the terminal
```
php
```
php
composer
require
onestartup
/
blog
composer
require
onestartup
/
product
```
```
-
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
```
php
Onestartup\
Blog\Blog
ServiceProvider
::
class
,
Onestartup\
Product\Product
ServiceProvider
::
class
,
```
```
-
Run migration
-
Run migration
...
@@ -22,19 +22,10 @@ Onestartup\Blog\BlogServiceProvider::class,
...
@@ -22,19 +22,10 @@ Onestartup\Blog\BlogServiceProvider::class,
php
artisan
migrate
php
artisan
migrate
```
```
-
add next lines to app/User.php
```
php
public
function
entries
()
{
return
$this
->
hasMany
(
'Onestartup\Blog\Model\Entry'
,
'user_id'
);
}
```
-
run command for publish views
-
run command for publish views
```
php
```
php
php
artisan
vendor
:
publish
--
provider
=
"Onestartup\
Blog\Blog
ServiceProvider"
php
artisan
vendor
:
publish
--
provider
=
"Onestartup\
Product\Product
ServiceProvider"
```
```
-
run serv
-
run serv
...
@@ -46,11 +37,11 @@ php artisan serve
...
@@ -46,11 +37,11 @@ php artisan serve
-
test in this route how admin user
-
test in this route how admin user
```
php
```
php
http
://
localhost
:
8000
/
admin
/
blog
/
entry
http
://
localhost
:
8000
/
admin
/
product
/
product
```
```
-
test in this route
-
test in this route
```
php
```
php
http
://
localhost
:
8000
/
blog
http
://
localhost
:
8000
/
products
```
```
\ No newline at end of file
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