Skip to content

Commit 099fdd5

Browse files
Update README.md
1 parent 3dbb908 commit 099fdd5

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,36 @@ To get started with the installation, follow these steps:
4848

4949
## Tests
5050

51-
To get started with the tests, make sure you have enabled these extensions in your "php.ini" file if you are running application on your local machine:
51+
To get started with the tests, make sure you have enabled these extensions in your "php.ini" file if you are running the application on your local machine:
5252

5353
```
5454
extension=pdo_sqlite
5555
extension=sqlite3
5656
```
5757

58+
Before running test make sure you bilded application using following command:
59+
```
60+
npm run build
61+
```
62+
63+
To run tests run:
64+
```
65+
php artisan test
66+
```
67+
5868
## Features
5969

6070
This application includes the following features:
6171

6272
- User authentication and authorization
6373
- CRUD operations for users and roles
6474
- Real-time updates using Inertia.js and Vue.js
65-
- Two factor authentication
75+
- Two-factor authentication
6676
- Browser sessions
67-
- Full text searching
77+
- Full-text searching
6878
- Pagination
6979
- Multi delete users
70-
- Inertia.ks progress indicator
80+
- Inertia.js progress indicator
7181
- Font Awesome icons
7282
- Application analytics
7383
- User default profile avatar

0 commit comments

Comments
 (0)