An open API service indexing awesome lists of open source software.

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

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.