Yet Another FilamentPHP Admin Panel
Events Admin is a robust admin panel built using FilamentPHP. It provides a user-friendly interface to manage events efficiently.
- Simple, intuitive UI for managing events.
- Integration with FilamentPHP for seamless operation.
- Extensible and customizable to fit your needs.
To get started with Events Admin, follow these steps:
-
Clone the repository:
git clone https://github.com/basementdevs/events-admin.git cd events-admin
-
Install the dependencies:
composer install
-
Set up the environment variables:
cp .env.example .env php artisan key:generate
-
Run the migrations:
php artisan migrate
To start the application, use the following command:
php artisan serve
Then, open your browser and navigate to http://localhost:8000
.
We welcome contributions to improve Events Admin. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them.
- Push your changes to your fork.
- Create a pull request.
Events Admin is open-sourced software licensed under the MIT license.