←Back

logging things from laravel:

dd($id);

Get data type of variable;

dd(gettype($request));

Clear laravel cache

php artisan cache:clear