Laravel-11-Inventory-React

This project is a React-based implementation of a Laravel 11 Inventory Management System. It includes features such as state-based authentication and global error handling using Axios interceptors. The project was originally developed using Blade templates and has now been migrated to React for a more dynamic and responsive user experience.

Stars
5
  • ** Installation **
  • Clone the repository
  • Run composer install
  • Run npm install
  • Run cp .env.example .env
  • Run php artisan key:generate
  • Set your database credentials in the .env file
  • Set your mail credentials in the .env file
  • Run php artisan migrate
  • Run php artisan serve to start the test server
  • Run npm run dev to compile the assets as for development

_ This is the same project done on blade but now its on React._

Change Log

  • Added axios interceptor to handle 401 (unauthorized) error globally
  • Added State authentication
Related Projects