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:...
This cold is getting to me.. I figured it out.. Model::where('whatever', '=', 'whatever')->delet...
Thanks but that would fall into a mass assignment and nonfillables would be ignored. Your previous...
Thanks. Yes, I understand the purpose of $fillable, but you should be able to assign fields TO a ma...
Are you using a return? Ugh.... Now I feel like an idiot. Too many hours in front of the monitor...
The Laravel portal for problem solving, knowledge sharing and community building.
The community