https://github.com/radanpro/filament-tutorial
https://github.com/radanpro/filament-tutorial
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radanpro/filament-tutorial
- Owner: radanpro
- Created: 2024-06-02T16:17:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T16:14:35.000Z (7 months ago)
- Last Synced: 2025-02-15T16:57:50.526Z (3 months ago)
- Language: PHP
- Size: 682 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Filament Tutorial
This project is a tutorial using the Laravel framework with Filament. It is designed to facilitate the rapid and efficient development of admin interfaces. Filament provides powerful tools for building beautiful, user-friendly interfaces.
### Key Features
- **User-Friendly Interface**: Filament offers a flexible and attractive user interface.
- **Data Models**: Strong support for creating and managing data models.
- **Powerful Tools**: A wide range of tools for building a custom dashboard.
- **Full Customization**: Extensive options for customizing the project to fit your needs.## How to Download and Set Up the Project
To download and set up the `filament-tutorial` project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/abdulrahmanRadan/filament-tutorial.git
```2. Navigate to the project directory:
```bash
cd filament-tutorial
```3. Install the dependencies using Composer:
```bash
composer install
```4. Create a `.env` file by copying the example:
```bash
cp .env.example .env
```5. Generate the application key:
```bash
php artisan key:generate
```6. Set up your database credentials in the `.env` file.
7. Run the migrations to create the necessary tables:
```bash
php artisan migrate
```8. (Optional) Seed the database:
```bash
php artisan db:seed
```9. Run the development server:
```bash
php artisan serve
```Now, you can access the application at `http://localhost:8000`.
## Learning Filament
You can check out the [official Filament documentation](https://filamentphp.com/docs) to learn how to use it effectively. The site offers comprehensive resources to get you started with Filament quickly.
## Contributors
We would like to thank the contributors who have supported the development of the Filament Tutorial project. If you are interested in contributing, you can visit the [Contributing Guide](https://github.com/abdulrahmanRadan/filament-tutorial#contributing).
## Code of Conduct
To ensure that the Filament community is welcoming to everyone, please review and adhere to the [Code of Conduct](https://github.com/abdulrahmanRadan/filament-tutorial#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within the project, please send an email to [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).