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 dcd0d14 commit 0b9f997Copy full SHA for 0b9f997
README.md
@@ -208,7 +208,7 @@ And change this line:
208
```php
209
'root' => public_path() . '/../../coreui/public/public',
210
```
211
-To:
+To this:
212
213
'root' => public_path('public'),
214
@@ -217,7 +217,7 @@ And change this line:
217
```js
218
changePort: 'localhost:8080',
219
220
221
222
changePort: 'localhost:8000',
223
0 commit comments