use native lara notifs, add phpsandbox package

This commit is contained in:
2018-07-14 17:42:53 +02:00
parent 66afe052b9
commit 6f908356dc
24 changed files with 206 additions and 495 deletions
-7
View File
@@ -16,13 +16,6 @@ use SocialNorm\ProviderUser;
Auth::routes();
// sandbox
if (config('php-sandbox.enable')) {
Route::get('sandbox', 'SandboxController@index')->name('sandbox');
Route::post('sandbox', 'SandboxController@run'); // ajax
}
Route::get('/about/terms', function () {
return view('terms');
});