HI All, I would like to check a few things, is there github repository for Blade or it's a built in...
Started having the following errors as the size of my database grow. It's at about 4GB now for this...
public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...
I saw this format of datetime on a Json file recently. Having issues to convert this into a timestam...
$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...
kapv89 said: DB::table('collections')->where(function ($q) { $q->where('type', '1')->wher...
zenry said: q1: yes q2: maybe a artisan command is better and then schedule it with a Cron job q3:...
Hi, Yes that would give the URL a Name but it doesn't force a name on the url. For example, i visit...
Solved Problem 1 Solution public function itemsLimitSix() { return $this->BelongstoMany('Item')-&...
The Laravel portal for problem solving, knowledge sharing and community building.