Welcome to the Laravel FilamentPHP Quotation System! This application is designed to provide a streamlined and efficient solution for managing quotations.
Here're some of the project's best features:
- Add to quote option (Like add to cart)
- Change quantity from cart page
- Email confirmation to client
- Email notification to admin
- Admin panel for admin to add product and quotation
- Quotation PDF
1. Clone The Repository
git clone https://github.com/arshidkv12/filamentphp-quotation.git
2. Install Packages
composer install
3. Setting .env Variables
cp .env.example .env
4. Generate Key
php artisan key:generate
5. Migrate DB
php artisan migrate
6. Create an administrator account
php artisan make:filament-user
php artisan storage:link
php artisan serve
Contributions are welcome! If you find any issues or have suggestions for improvements please open an issue or submit a pull request.
Technologies used in the project:
- php
- laravel
- filament
- livewire
- tailwindcss
This project is licensed under the MIT