Skip to content

Commit f349616

Browse files
Update README.md
1 parent 50cf7c5 commit f349616

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

README.md

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,57 +6,9 @@
66
<img src="https://img.shields.io/badge/Composer-885630?style=for-the-badge&logo=Composer&logoColor=white" alt="Composer Badge" />
77
</p>
88

9-
<p align="center">
10-
Laravel 10 + Inertia.js + Vue.js 3 + Jetstream → Single Page Application
11-
</p>
12-
139
## Demo video
1410

15-
## Tests
16-
17-
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`
59-
5. Submit a pull request
11+
https://github.com/user-attachments/assets/a759bfbc-6c2e-46e0-8d3d-a627018b73df
6012

6113
## License
6214

0 commit comments

Comments
 (0)