Skip to content

Commit 5b8de29

Browse files
committed
Split
1 parent 966eb8c commit 5b8de29

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ You can install the package via composer:
2121
composer require rappasoft/laravel-livewire-tables
2222
```
2323

24-
Please see the rest of the [installation instructions](https://rappasoft.com/docs/laravel-livewire-tables/v1/start/installation-&-configuration).
24+
Please see the rest of the [installation instructions](https://rappasoft.com/docs/laravel-livewire-tables/v1/start/installation).
2525

26-
## Usage
26+
## Documentation and Usage Instructions
2727

28-
### [Read the documentation](https://rappasoft.com/docs/laravel-livewire-tables)
28+
See the [documentation](https://rappasoft.com/docs/laravel-livewire-tables) for detailed installation and usage instructions.
2929

3030
## Basic Example
3131

docs/start/installation-&-configuration.md renamed to docs/start/configuration.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
---
2-
title: Installation & Configuration
3-
weight: 1
2+
title: Configuration
3+
weight: 2
44
---
55

6-
**Note:** This plugin assumes you already have [Laravel Livewire 2.x](https://laravel-livewire.com) and [Alpine.js 2.x](https://github.com/alpinejs/alpine) installed and configured in your project **regardless of what theme you use**.
7-
8-
----
9-
10-
## Installation
11-
12-
You can install the package via composer:
13-
14-
``` bash
15-
composer require rappasoft/laravel-livewire-tables
16-
```
17-
186
## Publishing Assets
197

208
Publishing assets are optional unless you want to customize this package.

docs/start/installation.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Installation
3+
weight: 1
4+
---
5+
6+
**Note:** This plugin assumes you already have [Laravel Livewire 2.x](https://laravel-livewire.com) and [Alpine.js 2.x](https://github.com/alpinejs/alpine) installed and configured in your project **regardless of what theme you use**.
7+
8+
----
9+
10+
You can install the package via composer:
11+
12+
``` bash
13+
composer require rappasoft/laravel-livewire-tables
14+
```

0 commit comments

Comments
 (0)