Luracast / Laravel-Database

Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
85 stars 12 forks source link

[enhancement] adding validation component from laravel #2

Closed PeterSchumacher closed 8 years ago

PeterSchumacher commented 10 years ago

It would be nice to have validation included by default in new projects.

Arul- commented 10 years ago

Lets see how we can make it available as a optional component

https://gist.github.com/BradEstey/58a08d58600b48725e12 has some code to make it work for 4.1

Will work on this once I find some time!

tonglil commented 10 years ago

I was able to add validation from Laravel by booting it in the autoload.php. I can try to do a PR down the road next week?

Arul- commented 10 years ago

Cool! looking forward for that!

PeterSchumacher commented 10 years ago

Sounds great!

tonglil commented 9 years ago

Got sidetracked at work, pr will be delayed for a bit but it is coming.

Arul- commented 9 years ago

@tonglil any updates? ;)