reziamini / laravel-easypanel

A beautiful and flexible admin panel creator based on Livewire for Laravel
https://easypanel.netlify.app/getting-started
MIT License
617 stars 104 forks source link

[ADD] configure able model table #76

Closed moaminsharifi closed 8 months ago

moaminsharifi commented 8 months ago

Pull Request: Add configurable model table

Description:

To prevent table conflicts and enhance flexibility, this pull request introduces configurable model tables to laravel-easypanel. This feature allows developers to specify custom table names for their models, ensuring unique table identifiers for each model.

Benefits:

  1. Avoids table conflicts when using multiple models with similar names.

  2. Provides greater flexibility in managing database tables.

  3. Simplifies table management for developers.

Todo: