Skip to content

dimuthadithya/TailorShop

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Partners program.

Premium Partners

Pathirage Tailor Shop Management System

A comprehensive tailor shop management system built with Laravel, featuring customer management, product catalog, booking system, and tailoring services.

Features

  • 👔 Product Management
  • 📏 Custom Measurements
  • 📅 Booking System
  • 💳 Payment Processing
  • 👤 User Authentication
  • 📊 Admin Dashboard
  • 🎨 Color & Size Management
  • 💬 Customer Feedback

Screenshots

Home Page

Home Page

About Us

About Us

Booking System

Booking System

Tailoring Services

Tailoring Services

Admin Dashboard

Admin Dashboard

Color Management

Color Management

Customer Feedback

Customer Feedback

Contact Us

Contact Us

Technologies Used

  • PHP 8.1+
  • Laravel 10
  • MySQL
  • Tailwind CSS
  • Vite
  • Alpine.js

Installation

Follow these steps to set up the project locally:

# 1. Clone the repository
git clone https://github.com/yourusername/Pathirage_TailorShop.git
cd Pathirage_TailorShop

# 2. Install PHP dependencies
composer install

# 3. Install NPM dependencies
npm install

# 4. Create and configure .env file
cp .env.example .env
php artisan key:generate

# 5. Configure your database in .env file
# Update these values in your .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_password

# 6. Run database migrations and seeders
php artisan migrate
php artisan db:seed

# 7. Start the development server
php artisan serve

# 8. In a separate terminal, compile assets
npm run dev

System Requirements

  • PHP >= 8.1
  • MySQL >= 5.7
  • Node.js >= 16.x
  • Composer >= 2.0

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support

For support, email [email protected] or create an issue in this repository.

About

A Laravel web app for renting coats, tailoring services, and seamless order management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published