Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel

Laravel - How to call static function without instantiate object

Eloquent ORM: Define allowed model attributes

laravel eloquent

Eloquent - Where Date >= date(now) and whereNull('date')

Composer Update with Laravel 5.4 & PHP 7 "Class Name must be a valid object or a string"

PHP Laravel - Eloquent is returning boolean fields randomly sometimes as 0 1 and others as true false when calling the method json

php json laravel eloquent

Livewire encountered corrupt data when trying to hydrate the … component

Laravel Passport: Target [Lcobucci\JWT\Parser] is not instantiable while building [Laravel\Passport\PersonalAccessTokenFactory]

laravel laravel-passport

How to test Mail Facade in Laravel 4

laravel laravel-4

Laravel 4 Form Text Input

get Route name in View

php view controller laravel

Laravel Query Builder WHERE NOT IN

mysql laravel query-builder

Cache Eloquent Relationship query

php laravel eloquent laravel-5

Group by not working after upgrading to laravel 5.3

Eloquent "select" method not working with using "with" method

php laravel laravel-5 eloquent

Force logout of specific user by user id in Laravel

Laravel 5: Is there a non-case sensitive way to sort a collection by an attribute?

php laravel sorting eloquent

Laravel : Call to undefined method Illuminate\Database\Eloquent\Collection::save()

laravel laravel-4

Create MySQL view by migration script in Laravel 4

php database laravel migration

Laravel - Array to string conversion error on Model::create or Model->save()

php laravel eloquent

How can I use my custom class in a view on Laravel 5

php laravel laravel-5