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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
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.
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.
A comprehensive tailor shop management system built with Laravel, featuring customer management, product catalog, booking system, and tailoring services.
- 👔 Product Management
- 📏 Custom Measurements
- 📅 Booking System
- 💳 Payment Processing
- 👤 User Authentication
- 📊 Admin Dashboard
- 🎨 Color & Size Management
- 💬 Customer Feedback
- PHP 8.1+
- Laravel 10
- MySQL
- Tailwind CSS
- Vite
- Alpine.js
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- PHP >= 8.1
- MySQL >= 5.7
- Node.js >= 16.x
- Composer >= 2.0
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For support, email [email protected] or create an issue in this repository.







