File tree 13 files changed +95
-1
lines changed
13 files changed +95
-1
lines changed Original file line number Diff line number Diff line change
1
+ #Block
2
+
1
3
Laravel package that provides content block management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\BlockTableSeeder
17
+
18
+
11
19
12
20
## Publishing
13
21
Original file line number Diff line number Diff line change
1
+ # Blog
2
+
1
3
Laravel package that provides content blog management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,10 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\BlogTableSeeder
11
17
12
18
## Publishing
13
19
Original file line number Diff line number Diff line change
1
+ # Career
2
+
1
3
Laravel package that provides career management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\CareerTableSeeder
17
+
11
18
12
19
## Publishing
13
20
Original file line number Diff line number Diff line change
1
+ # Contact
2
+
1
3
Laravel package that provides contact management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\ContactTableSeeder
17
+
11
18
12
19
## Publishing
13
20
Original file line number Diff line number Diff line change
1
+ # Faq
2
+
1
3
Laravel package that provides faq management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\FaqTableSeeder
17
+
18
+
11
19
12
20
## Publishing
13
21
Original file line number Diff line number Diff line change
1
+ # Forum
2
+
1
3
Laravel package that provides gallery management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\ForumTableSeeder
17
+
11
18
12
19
## Publishing
13
20
Original file line number Diff line number Diff line change
1
+ # Gallery
2
+
1
3
Laravel package that provides content gallery management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\GalleryTableSeeder
17
+
11
18
12
19
## Publishing
13
20
Original file line number Diff line number Diff line change 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.
2
4
3
5
## Installation
4
6
@@ -8,6 +10,11 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\NewsTableSeeder
17
+
11
18
12
19
## Publishing
13
20
Original file line number Diff line number Diff line change
1
+ # Page
2
+
1
3
Laravel package that provides page management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\PageTableSeeder
17
+
18
+
11
19
12
20
## Publishing
13
21
Original file line number Diff line number Diff line change
1
+ # Portfolio
2
+
1
3
Laravel package that provides portfolio management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\PortfolioTableSeeder
17
+
18
+
11
19
12
20
## Publishing
13
21
Original file line number Diff line number Diff line change
1
+ # Pricelist
2
+
1
3
Laravel package that provides pricelist management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,11 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\PricelistTableSeeder
17
+
11
18
12
19
## Publishing
13
20
Original file line number Diff line number Diff line change
1
+ # lider
2
+
1
3
Laravel package that provides slider management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,10 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\SliderTableSeeder
11
17
12
18
## Publishing
13
19
Original file line number Diff line number Diff line change
1
+ #Testimonial
2
+
1
3
Laravel package that provides testimonial management facility for lavalite CMS.
2
4
3
5
## Installation
@@ -8,6 +10,12 @@ Require this package with composer.
8
10
9
11
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
10
12
13
+ ## Migration and seeds
14
+
15
+ php artisan migrate
16
+ php artisan db:seed --class=Litecms\\TesimonialTableSeeder
17
+
18
+
11
19
12
20
## Publishing
13
21
You can’t perform that action at this time.
0 commit comments