https://github.com/perisicnikola37/laravel-inertia-vue-spa
Single page application built using Laravel, Vue.js, Inertia.js and Jetstream. Enhanced with tests, Docker, and various other advanced topics for further exploration and understanding. Powered by Dependabot.
https://github.com/perisicnikola37/laravel-inertia-vue-spa
github-actions inertia inertiajs inertiajs-vue laravel php singlepageapplication spa vuejs
Last synced: 4 months ago
JSON representation
Single page application built using Laravel, Vue.js, Inertia.js and Jetstream. Enhanced with tests, Docker, and various other advanced topics for further exploration and understanding. Powered by Dependabot.
- Host: GitHub
- URL: https://github.com/perisicnikola37/laravel-inertia-vue-spa
- Owner: perisicnikola37
- License: mit
- Created: 2023-02-27T19:09:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T08:05:17.000Z (5 months ago)
- Last Synced: 2024-12-09T09:23:11.194Z (5 months ago)
- Topics: github-actions, inertia, inertiajs, inertiajs-vue, laravel, php, singlepageapplication, spa, vuejs
- Language: PHP
- Homepage:
- Size: 1.72 MB
- Stars: 39
- Watchers: 0
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Laravel 10 + Inertia.js + Vue.js 3 + Jetstream -> single page application
![]()
![]()
![]()
![]()
The application is designed to provide a smooth and interactive user experience. This SPA offers an all-in-one solution for managing users and roles, featuring an easy-to-use dashboard for administrators.## Demo video
[Demo video](https://github.com/perisicnikola37/laravel-inertia-vue-spa/assets/79047182/38ffbb70-0543-495b-8211-ed5e17257ff2)
## Tests
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:
```
extension=pdo_sqlite
extension=sqlite3
```Before running test make sure you bilded application using following command:
```
npm run build
```To run tests run:
```
php artisan test
```## Features
This application includes the following features:
- User authentication and authorization
- CRUD operations for users and roles
- Real-time updates using Inertia.js and Vue.js
- Two-factor authentication
- Browser sessions
- Full-text searching
- Pagination
- Multi delete users
- Inertia.js progress indicator
- Font Awesome icons
- Application analytics
- User default profile avatar## Contributing
If you would like to contribute to this project, please follow these steps:
1. Fork the repository
2. Create a new branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request## License
This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.