Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored May 31, 2021
1 parent 861b8f6 commit 20dbf89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@

![Screenshot of ignition](https://facade.github.io/ignition/screenshot.png)

Here's the a minimal example.

```php
use Spatie\Ignition\Ignition;

include 'vendor/autoload.php';

Ignition::make()->register();

throw new Exception('Bye world');
```

## Official Documentation

The official documentation for Ignition can be found on the [Flare website](https://flareapp.io/docs/ignition-for-laravel/installation).
Expand Down

0 comments on commit 20dbf89

Please sign in to comment.