Skip to content

Commit 6ab8154

Browse files
committed
Updated packages readme.
1 parent af81dca commit 6ab8154

13 files changed

+95
-1
lines changed

block.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#Block
2+
13
Laravel package that provides content block management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\BlockTableSeeder
17+
18+
1119

1220
## Publishing
1321

blog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Blog
2+
13
Laravel package that provides content blog management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,10 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\BlogTableSeeder
1117

1218
## Publishing
1319

career.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Career
2+
13
Laravel package that provides career management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\CareerTableSeeder
17+
1118

1219
## Publishing
1320

contact.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Contact
2+
13
Laravel package that provides contact management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\ContactTableSeeder
17+
1118

1219
## Publishing
1320

faq.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Faq
2+
13
Laravel package that provides faq management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\FaqTableSeeder
17+
18+
1119

1220
## Publishing
1321

forum.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Forum
2+
13
Laravel package that provides gallery management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\ForumTableSeeder
17+
1118

1219
## Publishing
1320

gallery.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Gallery
2+
13
Laravel package that provides content gallery management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\GalleryTableSeeder
17+
1118

1219
## Publishing
1320

news.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Laravel package that provides news management facility for lavalite CMS.
1+
#News
2+
3+
Laravel package that provides news management facility for lavalite CMS.
24

35
## Installation
46

@@ -8,6 +10,11 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\NewsTableSeeder
17+
1118

1219
## Publishing
1320

page.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Page
2+
13
Laravel package that provides page management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\PageTableSeeder
17+
18+
1119

1220
## Publishing
1321

portfolio.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Portfolio
2+
13
Laravel package that provides portfolio management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\PortfolioTableSeeder
17+
18+
1119

1220
## Publishing
1321

pricelist.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Pricelist
2+
13
Laravel package that provides pricelist management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\PricelistTableSeeder
17+
1118

1219
## Publishing
1320

slider.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# lider
2+
13
Laravel package that provides slider management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,10 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\SliderTableSeeder
1117

1218
## Publishing
1319

testimonial.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#Testimonial
2+
13
Laravel package that provides testimonial management facility for lavalite CMS.
24

35
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
810

911
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1012

13+
## Migration and seeds
14+
15+
php artisan migrate
16+
php artisan db:seed --class=Litecms\\TesimonialTableSeeder
17+
18+
1119

1220
## Publishing
1321

0 commit comments

Comments
 (0)