Add Different Resource for EmpireCMS

Sometimes it is very difficult for us to publish an article if all the articles have 2 or more different article resources from other sites. In this case, we can not copy directly. We can use PHP code:

Laravel 5.2 Post: TokenMismatchException in VerifyCsrfToken.php line 67:

// Route::post($uri, $callback); Route::post(‘/eyeglasses’, function () { echo ‘post’; }); When running the code under postman, the errors are: Whoops, looks like something went wrong. 1/1 TokenMismatchException in VerifyCsrfToken.php line 67: in VerifyCsrfToken.php line 67 at VerifyCsrfToken->handle(object(Request), object(Closure)) at call_user_func_array(array(object(VerifyCsrfToken),… Read moreLaravel 5.2 Post: TokenMismatchException in VerifyCsrfToken.php line 67: