Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hailwood authored Nov 22, 2024
1 parent b8a8405 commit 8123447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class DemoController extends Controller
Data providers can live anywhere, but we'll use `App/Http/DataProviders` for this example.

The simplest data provider is just a class that extends `DataProvider`, any public methods or properties will be available to the page as data.
A **fully featured** data provider might look like this:

A **kitchen sink** data provider might look like this:

```php
<?php
Expand Down

0 comments on commit 8123447

Please sign in to comment.