Arman Soft is a business-focused web application developed using the Laravel framework. It includes essential functionalities for managing users, products, orders, and administration through a secure, responsive interface. This project is designed to demonstrate proficiency in Laravel development and real-world application architecture.
- Secure user authentication system
- Admin panel with role-based access control
- Product management with full CRUD capabilities
- Order and invoice processing
- Dynamic About and Contact pages
- Clean and responsive UI
- Blade templating with Laravel Breeze
- Structured codebase and MVC organization
-
Clone the repository:
git clone https://github.com/Ahmadjamil888/arman-soft.git cd arman-soft
-
Install dependencies:
composer install npm install && npm run dev
-
Configure the environment file:
cp .env.example .env php artisan key:generate
-
Set up the database in your
.env
file, then run:php artisan migrate
-
Start the development server:
php artisan serve
- Laravel (PHP Framework)
- MySQL
- Laravel Breeze (Authentication Scaffolding)
- Blade Templating
- JavaScript and basic CSS
This project is open-source and available under the MIT License.