Skip to content

This SPA presents a comprehensive solution for efficient user and role management, boasting an intuitive administrative dashboard. Crafted with the powerful combination of Laravel, Inertia, Vue, and Jetstream, it delivers seamless functionality.

License

Notifications You must be signed in to change notification settings

tahtadewanata/laravel-inertia-vue-spa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Laravel 10 + Inertia.js + Vue 3 -> single page application

Laravel Logo image Vue.js Logo Redbubble Image

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.

Preview

gif.webm

Installation

To get started with the installation, follow these steps:

  1. Clone the repository git clone https://github.com/perisicnikola37/laravel-inertia-vue-spa.git

  2. Enter project directory cd laravel-inertia-vue-project

  3. Install/update composer composer install | composer update | composer install --ignore-platform-req=ext-iconv

  4. Install npm npm install

  5. Set up the environment variables cp .env.example .env

  6. Generate an application key php artisan key:generate

  7. Configure the database php artisan migrate

  8. Start the development server npm run dev

  9. Visit the application at http://localhost:8000

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.ks 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 file for details.

About

This SPA presents a comprehensive solution for efficient user and role management, boasting an intuitive administrative dashboard. Crafted with the powerful combination of Laravel, Inertia, Vue, and Jetstream, it delivers seamless functionality.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 75.1%
  • PHP 23.7%
  • Other 1.2%