Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel

Eloquent ORM returning collection with single item

php laravel laravel-4 eloquent

Passing a variable through url in laravel

Laravel's Auth::attempt() returns true but Auth::check() returns false

php authentication laravel

Custom validation messages to specific field in laravel

PHP date to string conversion is adding a minute to each result

php date laravel format

How to login user with Laravel 5

php laravel laravel-5

How do I create a model in laravel?

php laravel

Laravel Authorize() confusion

php laravel laravel-5

Laravel: Redirect to login after session has expired on ajax request

Laravel Cache: invalid data

caching laravel

Laravel 5 Dotenv for specific subdomain

Laravel 5 Send Password Reset Link using Ajax

Laravel 5 SQLSTATE[42S22]: Column not found

Physical delete a model which is enabled softdelete in laravel5?

Namespace declaration statement has to be the very first statement in the script

php laravel

Laravel: how to pass a variable to my basic layout

Laravel Socialite 2.0 Facebook Authentication only returning id and name

Purpose and implemetnation of json field type in laravel schema builder

laravel laravel-4 laravel-5

Creating custom helper class?

php laravel

How to populate the modified_by with the user_id of who made the update to the record using laravel 5.1?

php laravel laravel-5 traits