// ...
public function __construct(User $users)
{
$this->users = $users;
$this->middleware(function ($request, $next) {
abort_unless(
$this->users->where('id', $request->id)->exists,
404
);
return $next($request);
});
}
public function show($id)
{
return $this->users->find($id);
}
// Welcome to the ***** code xD
phongap cli
была команда типа эй установика мне планиг barcodescanner...
, потом вы просто начинаете использовать этот плагин в своем проекте.
First blood!