https://github.com/ahmadjamil888/armansoft
A website project made with laravel for a web development company called ARMAN soft
https://github.com/ahmadjamil888/armansoft
3 admin arman blade breeze laravel lte php soft
Last synced: 3 months ago
JSON representation
A website project made with laravel for a web development company called ARMAN soft
- Host: GitHub
- URL: https://github.com/ahmadjamil888/armansoft
- Owner: Ahmadjamil888
- Created: 2025-06-05T09:56:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T15:41:08.000Z (4 months ago)
- Last Synced: 2025-06-19T16:39:26.116Z (4 months ago)
- Topics: 3, admin, arman, blade, breeze, laravel, lte, php, soft
- Language: Blade
- Homepage:
- Size: 2.97 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arman Soft
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.
## Features
- 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## Installation
1. Clone the repository:
```
git clone https://github.com/Ahmadjamil888/arman-soft.git
cd arman-soft
```2. Install dependencies:
```
composer install
npm install && npm run dev
```3. Configure the environment file:
```
cp .env.example .env
php artisan key:generate
```4. Set up the database in your `.env` file, then run:
```
php artisan migrate
```5. Start the development server:
```
php artisan serve
```## Technologies Used
- Laravel (PHP Framework)
- MySQL
- Laravel Breeze (Authentication Scaffolding)
- Blade Templating
- JavaScript and basic CSS## License
This project is open-source and available under the MIT License.