Home
Softono
admin-panel

admin-panel

Open source PHP
15
Stars
4
Forks
5
Issues
1
Watchers
2 months
Last Commit

About admin-panel

management start panel with restful API and Modular

Platforms

Web Self-hosted

Languages

PHP Vue

Here is the updated README.md file without any reference to Filament:

Admin Panel ๐Ÿ’ผ

Description ๐Ÿ“

Admin Panel is a Laravel project that serves as a management dashboard panel api. It provides a user-friendly interface for managing various aspects of your application.

Features โœจ

  • User-friendly dashboard with intuitive navigation
  • Modular structure for easy customization and extension
  • Role-based access control for managing user permissions
  • CRUD operations for managing data entities
  • Responsive design for seamless user experience across devices
  • Error handling and validation for data integrity
  • Secure authentication and password hashing

Installation ๐Ÿš€

  1. Clone the repository to your local machine:
    git clone https://github.com/MrAmiza/admin-panel.git
  2. Navigate to the project directory:
    cd admin-panel
  3. Install the dependencies using Composer:
    composer install
  4. Configure your environment variables by creating a new .env file. You can use the provided .env.example as a starting point:
    cp .env.example .env

    Update the necessary values such as the database connection details.

  5. Generate a new application key:
    php artisan key:generate
  6. Run the database migrations and seed the necessary data:
    php artisan module:migrate-fresh --seed
  7. Serve the application locally:
    php artisan serve

    The application will be accessible at http://localhost:8000.

Usage ๐Ÿ–ฅ๏ธ

  • Access the admin panel by visiting the URL where you served the application.
  • Use the provided login credentials to access the dashboard.
  • Explore the various modules and features available in the admin panel.
  • Customize and extend the functionality by modifying the modules or adding new ones using the Modular package.

Contributing ๐Ÿค

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License ๐Ÿ“œ

This project is licensed under the MIT License. You are free to modify and distribute the code, but please include appropriate attribution.