Skip to content

Commit 5b5239f

Browse files
author
Ilya Sakovich
committed
docs
1 parent edefab4 commit 5b5239f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/1.0/installation.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Installation
3+
section: Getting Started
4+
weight: 100
5+
---
6+
7+
## Basic installation
8+
9+
You can install this package via composer using this command:
10+
11+
```bash
12+
composer require coderello/laravel-nova-lang
13+
```
14+
15+
After that you need to register the `\Coderello\Laraflash\Middleware\HandleLaraflash::class` middleware after the `\Illuminate\Session\Middleware\StartSession::class` one in the `app\Http\Kernel.php`

0 commit comments

Comments
 (0)