Skip to content

Commit

Permalink
Update Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhel241 committed Jul 10, 2020
1 parent 52ce030 commit 99537a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<p align="center">
<img src="https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg" width="400">
<img src="https://quantizd.com/wp-content/uploads/2018/04/laravel-react.png" width="120">
</p>

# Laravel & React boilerplate

## Project setup
Expand Down
4 changes: 2 additions & 2 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65829,9 +65829,9 @@ function Example() {
className: "card"
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
className: "card-header"
}, "Example Component"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
}, "React Example Component"), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
className: "card-body"
}, "I'm an example component!")))));
}, "I'm an React example component!")))));
}

/* harmony default export */ __webpack_exports__["default"] = (Example);
Expand Down
4 changes: 2 additions & 2 deletions resources/js/components/Example.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ function Example() {
<div className="row justify-content-center">
<div className="col-md-8">
<div className="card">
<div className="card-header">Example Component</div>
<div className="card-body">I'm an example component!</div>
<div className="card-header">React Example Component</div>
<div className="card-body">I'm an React example component!</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 99537a6

Please sign in to comment.