Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpjigar/filament_v3
Filament version3 demo
https://github.com/tpjigar/filament_v3
Last synced: about 1 month ago
JSON representation
Filament version3 demo
- Host: GitHub
- URL: https://github.com/tpjigar/filament_v3
- Owner: tpjigar
- Created: 2023-09-15T12:07:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T17:31:16.000Z (about 1 year ago)
- Last Synced: 2023-10-29T18:25:25.827Z (about 1 year ago)
- Language: PHP
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Admin Panel with Laravel FilamentPHP Version3
Welcome to the Shopping Admin Panel powered by Laravel and FilamentPHP. This admin panel is designed to streamline the management of your e-commerce website or application.
## Screenshot
![FilamentV3.png](FilamentV3.png)## Features
- **User Management:** Easily add, modify, or remove user accounts with different roles and permissions.
- **Product Management:** Manage your product catalog effortlessly, including adding, updating, and categorizing items.
- **Order Tracking:** Keep tabs on customer orders, update their status, and manage order details.
- **Inventory Control:** Keep track of product quantities in real-time, ensuring you never oversell.
- **Reporting:** Access insightful reports to analyze your sales, customer data, and product performance.
## Installation
1. Clone this repository to your local environment.
```bash
git clone https://github.com/tpjigar/filament_v3.git
```2. Install dependencies using Composer.
```bash
composer install
```3. Copy the `.env.example` file to `.env` and configure your environment variables, including database settings.
4. Generate an application key.
```bash
php artisan key:generate
```5. Migrate and seed the database.
```bash
php artisan migrate --seed
```6. Start the development server.
```bash
php artisan serve
```7. Access the admin panel at `http://localhost:8000/admin`.
## Usage
- Log in with the default admin credentials (or create your own):
- **Email:** [email protected]
- **Password:** password- Start managing your e-commerce business efficiently with the Shopping Admin Panel.
## Customization
You can easily customize and extend this admin panel to meet the specific needs of your project. FilamentPHP provides a flexible and modular structure for building tailored admin interfaces.
For more information, visit the [FilamentPHP Documentation](https://filament.app/docs/).
## License
This project is open-source and available under the [MIT License](LICENSE). Feel free to use, modify, and distribute it as needed.
If you have any questions or need assistance, please reach out to the project maintainers or the FilamentPHP community.