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 55abeb9 commit 01d5f8aCopy full SHA for 01d5f8a
README.md
@@ -62,7 +62,7 @@ class HomeController extends Controller
62
Next, in your blade view add:
63
64
```php
65
-{{ JavaScript::render() }}
+{{ ScriptVariables::render() }}
66
```
67
68
Then in your JavaScript you can use:
@@ -72,7 +72,7 @@ const key = window.config.key
72
const user = window.config.data.user
73
74
75
-To customize the namespace use `JavaScript::render('custom')`.
+To customize the namespace use `ScriptVariables::render('custom')`.
76
77
#### Global Variables
78
0 commit comments