Is there any way to say: Model::delete()->where('whatever', '=', 'whatever'):
When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...
Having a hard time figuring out why this will not work.. In routes.php: if ($apps = Apps::all()) {...
$rules = array( 'first_name' => array('required'), 'last_name' => array('required'), '...
Is there a way to modify $_POST and $_GET and then have them available to the Input class? Example:...
Add User {{ Form::open(array('action' => 'AdmincpController@adduser')) }} {{ Form::hidden('do...
The Laravel portal for problem solving, knowledge sharing and community building.