serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

Prefix tables to avoid conflicts #315

Open tholu opened 7 years ago

tholu commented 7 years ago

Tables that panel uses should be prefixed to allow use of the package with existing Laravel installations where current table names easily conflict (e.g. countries, links).

AlirezaAlgo commented 7 years ago

Would be great if you can send a pull request for that change