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
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:
18
-
19
-
```
20
-
extension=pdo_sqlite
21
-
extension=sqlite3
22
-
```
23
-
24
-
Before running test make sure you bilded application using following command:
25
-
```
26
-
npm run build
27
-
```
28
-
29
-
To run tests run:
30
-
```
31
-
php artisan test
32
-
```
33
-
34
-
## Features
35
-
36
-
This application includes the following features:
37
-
38
-
- User authentication and authorization
39
-
- CRUD operations for users and roles
40
-
- Real-time updates using Inertia.js and Vue.js
41
-
- Two-factor authentication
42
-
- Browser sessions
43
-
- Full-text searching
44
-
- Pagination
45
-
- Multi delete users
46
-
- Inertia.js progress indicator
47
-
- Font Awesome icons
48
-
- Application analytics
49
-
- User default profile avatar
50
-
51
-
## Contributing
52
-
53
-
If you would like to contribute to this project, please follow these steps:
54
-
55
-
1. Fork the repository
56
-
2. Create a new branch: `git checkout -b my-new-feature`
57
-
3. Commit your changes: `git commit -am 'Add some feature'`
58
-
4. Push to the branch: `git push origin my-new-feature`
0 commit comments