芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pennysave/application/app/Http/Middleware/Demo.php
isMethod('POST') || $request->isMethod('PUT') || $request->isMethod('DELETE')){ $notify[] = ['warning', 'You can not change anything over this demo']; $notify[] = ['info', 'This version is for demonstration purposes only and few actions are blocked']; return back()->withNotify($notify); } return $next($request); } }