Try this: folders: -map ~/Code to C:\\rob\\Vagrant\\Code
Route::get('/view/{id}', function ($id) { ... }); Route::get('/post/{post_id}/comment/{comment_i...
... if(Input::file('my_pdf')->move(public_path('uploads'), $fileName)) ... http://laravel.com/do...
app/models/User.php class User .... { protected $fillable = ['username', 'password', etc...]; }
The Laravel portal for problem solving, knowledge sharing and community building.
The community