Skip to content

Commit aa74719

Browse files
authored
update read.me
1 parent f735b31 commit aa74719

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ composer create-project --prefer-dist laravel/laravel CoreUI-ReactJS
5353
cd CoreUI-ReactJS
5454
npm install
5555
```
56-
More information regarding requirements can be found [here](https://laravel.com/docs/5.5/installation)
56+
More information regarding requirements can be found [here](https://laravel.com/docs/5.5/installation).
5757
On any fresh Laravel application, you may use the ```preset``` command with the ```react``` option to create a basic scaffold:
5858
```
5959
php artisan preset react
@@ -117,7 +117,7 @@ And then require it:
117117
"mrholek/CoreUI-React": "dev-master"
118118
},
119119
```
120-
Run ```composer update``` to add these packages. At this point the CoreUI files should be in ```vendor/mrholek/CoreUI-Vue/```
120+
Run ```composer update``` to add these packages. At this point the CoreUI files should be in ```vendor/mrholek/CoreUI-React/```
121121

122122
#### 3. Add Dependencies
123123
In *package.json*, update your devDependencies and dependencies to have the following:
@@ -302,7 +302,7 @@ $navbar-brand-minimized-logo: url('/public/img/logo-symbol.png') !defaul
302302
Now the build should be successful with ```npm run dev``` and the CorUI dashboard should be visible in your localhost.
303303

304304
#### 10. Clean the URL
305-
To eliminate those annoying '#' symbols from the browser URL, go to /resource/coreui/src/index.js and use BrowserRouter instead of HashRouter :
305+
To eliminate those annoying '#' symbols from the browser URL, go to */resource/coreui/src/index.js* and use BrowserRouter instead of HashRouter :
306306
```
307307
import React from 'react';
308308
import ReactDOM from 'react-dom';
@@ -343,7 +343,7 @@ ReactDOM.render((
343343
```
344344

345345
#### 11. Comment out the CoreUI mix copies
346-
To avoid overwriting our changes, comment out the copies in webpack.mix.js:
346+
To avoid overwriting our changes, comment out the copies in *webpack.mix.js*:
347347
```
348348
/*
349349
// Copy over the CoreUI Assets into separate coreui directories
@@ -367,4 +367,4 @@ php artisan serve
367367

368368
## Credit
369369

370-
* **Derek Au** - *Thanks for his initila tuto about [CoreUI Vue version](https://github.com/derekphilipau/laravel-5.5-coreui-vue-separated/blob/master/Readme.md)* - [Derek Au](https://github.com/derekphilipau)
370+
* **Derek Au** - *Thanks for his initial tuto about [CoreUI Vue version](https://github.com/derekphilipau/laravel-5.5-coreui-vue-separated/blob/master/Readme.md)* - [Derek Au](https://github.com/derekphilipau)

0 commit comments

Comments
 (0)