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
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Follow the steps mentioned below to install and run the project.
32
32
33
33
1. Clone or download the repository
34
34
2. Go to the project directory (cd laavel-coreui) and run `composer install` and `npm install`
35
-
1. It will install all the laravel (PHP) packages by the command `composer install` (if you do not have `composer` then install it - https://getcomposer.org/download/)
36
-
2. It will install all the NPM packages by the command `npm install` (if you do not have npm then install it - https://nodejs.org/en/download)
35
+
1. It will install all the laravel (PHP) packages by the command `composer install` (if you do not have `composer` then install it - https://getcomposer.org/download/)
36
+
2. It will install all the NPM packages by the command `npm install` (if you do not have npm then install it - https://nodejs.org/en/download)
37
37
3. Create `.env` file by copying the `.env.example`. You may use the command to do that `cp .env.example .env`
38
38
4. Run the command `composer run-script post-create-project-cmd` to APP_KEY
39
39
5. Update the database name and credentials in `.env` file
@@ -50,6 +50,24 @@ Using the Docker, you may run the project
50
50
51
51
Important note: if you get broken page then run the command `npm run dev` or `npm run build`
0 commit comments