Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...
Hi, Ive create a validate file $rules = array( 'photo' => 'required|image|mimes:jpeg|min:100|max...
$b = Class::orderBy('created_at', 'desc')->whereRaw( DB::raw('(`id`) % 2 != 0') )->take(50)-&g...
use soft delete in model laravel soft delete and what do you mean this? "But I need to trigger...
model user ---------- ... // add this public function city_master() { return $this->belongsTo...
The Laravel portal for problem solving, knowledge sharing and community building.