You can adding https in routes, but you need to configure your serve to accept ssl
Route::get('xxxx', array('https','as'=>'xxx', 'uses'=>'Control');
The site has no sensetive data exchanges, why would you need ssl ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community