We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a8405 commit 8123447Copy full SHA for 8123447
README.md
@@ -65,7 +65,8 @@ class DemoController extends Controller
65
Data providers can live anywhere, but we'll use `App/Http/DataProviders` for this example.
66
67
The simplest data provider is just a class that extends `DataProvider`, any public methods or properties will be available to the page as data.
68
-A **fully featured** data provider might look like this:
+
69
+A **kitchen sink** data provider might look like this:
70
71
```php
72
<?php
0 commit comments