# laravel10 inertiajs vue3 **Repository Path**: skyqi/laravel10_inertiajs_vue3 ## Basic Information - **Project Name**: laravel10 inertiajs vue3 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-21 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ✨ Inventory and Sales Management System (SPA) A robust Inventory Management System built with **Laravel 10**, **MySQL**, **Inertia.js** and **Vue js**, designed to streamline your inventory sales, and purchasing processes. It's a Single Page Application (SPA) ## 🌟 Key Features - **Dashboard Insight** - **POS (Point of Sale)** - **Orders** - Due Payments - Settle due amount - **Transactions** - **Categories** - **Unit Types** - **Products** - **Customers** - **Employee** - **Salary** - **Expenses** - **Settings** ## 🚀 Quick Start Follow these steps to set up the project locally: 1. **Clone the repository:** 2. **Navigate to the project folder:** 3. **Install PHP dependencies:** ```bash composer install ``` 4. **Copy `.env` configuration:** ```bash cp .env.example .env ``` 5. **Generate application key:** ```bash php artisan key:generate ``` 6. **Configure the database in the `.env` file** with your local credentials. 7. **Run database migrations and seed sample data:** ```bash php artisan migrate:fresh --seed ``` 8. **Link storage for media files:** ```bash php artisan storage:link ``` 9. **Install JavaScript and CSS dependencies:** ```bash npm install && npm run dev ``` 10. **Start the Laravel development server:** ```bash php artisan serve ``` ## 💡 Contributing Have ideas to improve the system? Feel free to: - Submit a **Pull Request (PR)** - Create an **Issue** for feature requests or bugs ## 📄 License Licensed under the [MIT License](LICENSE). --- > Find me on [GitHub](https://github.com/mamun724682)  ·  [LinkedIn](https://www.linkedin.com/in/mamun724682) ---