sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 259 forks source link

Validation with standard models #298

Open olelis opened 8 years ago

olelis commented 8 years ago

According to Validation page, you have to extend all models from SleepingOwl\Models\SleepingOwlModel. It would be nice if it will be possible to not do this.

http://sleeping-owl.github.io/en/Getting_Started/Validation.html

In other words - basic validation (unique(), required(), etc) - should work also with standard models.