Class 'App\Http\Controllers\DB' not found (ok)
C:\xampp\htdocs\blog\app\Http\Controllers\ProductController.php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Validator;
use Input;
use Illuminate\Support\Facades\DB;
class ProductController extends Controller {}
PreviousClass 'App\Http\Controllers\Redirect' not found (Ok)NextThe GET method is not supported for this route. Supported methods: POST. (ok)
Last updated
Was this helpful?