Hi everyone. Just wanted to share 2 laravel packages that I made to add the ability of using YAML co...
Sorry, didn't have time to answer you but I'm glad that @mirago could help you :).
You could just do something like // In your controller $sites = Sites::all(); $object = []; foreac...
Hi, you could just test a simple query like "SELECT 1;" with DB::raw then you just have to...
You can define a custom validation rule, check out this : http://laravel.com/docs/validation#custom-...
The Laravel portal for problem solving, knowledge sharing and community building.