Method Illuminate\Database\Eloquent\Collection::paginate does not exist.

Laravel Method Eloquent Collection paginate does not exist. It is now working with the all() and get() methods. Read more

Last Executed Query in Laravel

Last Executed Query in Laravel, let’s enable the query log by taking the help of Laravel query builder’s log feature for its queries by using. Read more

Laravel 9.31 Released

Laravel 9.31 Released
Laravel 9.31 released with added unique deferrable constants for PostgreSQL, Request lifecycle duration handler, Model::withoutTimestamps(..) Read more

Laravel Bootcamp

Laravel Bootcamp
Laravel Bootcamp is a learning platform provided by the Laravel team for the newbies in Laravel to help them understand and learn Laravel. Read more

Laravel 9.30 Released

Laravel 9.30 Released
Laravel 9.30 released with stop_buffering config option for logging, filesystem read-only mode disk operation ability, scoped filesystem dri. Read more

Laravel 9.29 Released

Laravel 9.29 Released
Laravel 9.29 released with RequiredIfAccepted validation rule, generating Vite assetPath() method, Eloquent Model changes discard ability,... Read more

Laravel 9.28 Released

Laravel 9.28 Released
Laravel 9.28 released with console signal traps, view data assertions for TestView, redirector getIntendedUrl method, prevent $fillable's pre Read more

Laravel 9.27 Released

Laravel 9.27 Released
Laravel 9.27 released with DatabaseBatchRepository getter and setter methods. There are some minor fixes releases, like non-backed enums... Read more

Laravel eloquent guarded vs fillable

fillable vs guarded
Fillable vs Guarded attributes are used to work with the Laravel Eloquent ORM system to create the possibilities for the mass-assignable... Read more

Laravel 9.26 Released

Laravel 9.26 Released
Laravel 9.26 released with Models non-backed enums supports, vite asset url helper, SqlServerConnector Authentication Keyword, route group.. Read more
Share