Hello, I have code like this class AController extends Controller { public function __construct...
Hello all, why laravel inside public laravel can't working good? Laravel-Project-1/ public/...
Hii. I used laravel 5.3, change the view but always cache old view, how to fix that? deleted all cac...
hello, I have a little idea, if I have many modules with logic menu in every modules, can that menu...
Hi, I have a trouble with resource controller how to naming resource routes [PATCH] ? routes.php...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\Controllers\Con...
You can use this users ----- id name ... questions --------- id title answers ... user_answers ---...
YourModel::where('email', '=', $email)-> firstOrFail();
so, naming resource routes PATCH do not need to be changed? PATCH sites.admin.manage.user....
The Laravel portal for problem solving, knowledge sharing and community building.