You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# How to Integrate Syncfusion EJ2 React Components in Laravel project
2
+
2
3
The following steps is used to Integrate Syncfusion EJ2 React Rich Text Editor in Laravel using Vite.
3
4
4
5
Skip to the getting started section if you have already configured the environment.
5
6
6
7
## Prerequisites
7
8
8
9
Before getting started with Syncfusion React Rich Text Editor component in Laravel using Vite, check whether the following are installed in the developer machine.
10
+
9
11
*[PHP](https://www.php.net/downloads.php) - To download PHP.
10
12
*[Node.js](https://nodejs.org/en/download/) - To download Node.js.
11
13
*[Laravel](https://laravel.com/docs/8.x/installation) - To install Laravel.
@@ -34,7 +36,6 @@ composer global require laravel/installer
34
36
35
37
## Create a Laravel project
36
38
37
-
38
39
#### For Windows users
39
40
40
41
```bash
@@ -47,35 +48,44 @@ Now change the directory to the example-app folder.
47
48
cd example-app
48
49
```
49
50
50
-
51
51
## Getting started from Laravel Project
52
52
53
+
This section describes how to add the React, EJ2 Components from scratch to the Laravel Project.
54
+
53
55
### 1. Install dependencies
54
-
This section describes how to add the React, EJ2
56
+
55
57
In the command prompt, run the following commands to install the dependencies.
56
58
57
59
If you are cloning the github repository please goto Run the project.
58
60
59
61
Install the dependencies of the laravel project.
62
+
60
63
```bash
61
64
composer install
62
65
```
66
+
63
67
If you are getting any error while installing the dependencies, run the following command.
0 commit comments