Support the ongoing development of Laravel.io →
gzai

gzai

Joined 12 Apr 2014

Statistics

Threads 7
Replies 13
Solutions 2
Articles 0

get parameter route to construct controller

Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...

0 Likes
6 Replies
Solved
posted 11 years ago

Validation File

Hi, Ive create a validate file $rules = array( 'photo' => 'required|image|mimes:jpeg|min:100|max...

0 Likes
1 Replies
replied 8 years ago

Eloquent - return every 3 rows

$b = Class::orderBy('created_at', 'desc')->whereRaw( DB::raw('(`id`) % 2 != 0') )->take(50)-&g...

0 Likes
replied 8 years ago

Trigger deleted event without actually deleting the record

use soft delete in model laravel soft delete and what do you mean this? "But I need to trigger...

0 Likes
replied 8 years ago

Datatables With Checkbox

you can combine this for checkbox for get the data

0 Likes
replied 8 years ago

Get data from 3 tables with relationship

model user ---------- ... // add this public function city_master() { return $this->belongsTo...

0 Likes
replied 8 years ago

Laravel Basic Auth multi Tenant Method

show your database structure and example data

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.