This is the file you are looking for: https://github.com/laravel/framework/blob/4.2/src/Illuminate/Database/Eloquent/Model.php
Marwelln said:
This is the file you are looking for: https://github.com/laravel/framework/blob/4.2/src/Illuminate/Database/Eloquent/Model.php
Thanks to your reply,but in the file,can't find the method - "where" . example: ModelName::where(); How can i to see the source of the method "where"?
And the laravel model how to autoload "Illuminate/Database/Eloquent/Model.php"?
Eloquent extends the Query Builder - so the where function is defined here: https://github.com/laravel/framework/blob/4.2/src/Illuminate/Database/Query/Builder.php#L373
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community