Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-5

How do I use nl2br() in Laravel 5 Blade

blade laravel-5 nl2br

Validating a custom date format in with laravel validator

php laravel laravel-5

Remove key when filter collections laravel

Checking which `guard` is loggedin

Response::json() - Laravel 5.1

php arrays laravel laravel-5

How to return an array instead of a collection in Laravel?

laravel model laravel-5

How to drop table in Laravel?

laravel-5

How to use break or continue with Laravel Eloquent Collection's each method?

How do you get the HTTP host with Laravel 5

php laravel http laravel-5

Laravel 5 User Model not found

php laravel laravel-5

Override default Auth routes in Laravel >= 5.4

php laravel laravel-5

How throw forbidden exception from middleware in laravel5?

Laravel parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE

laravel-5

OAuth or JWT? Which one to use and why?

The Response content must be a string or object implementing __toString(), "boolean" given after move to psql

php mysql laravel laravel-5 psql

Difference between foreach and forelse in Laravel

laravel loops laravel-5

Laravel retrieve binded model in Request

php laravel laravel-5

Convert Array To Collection in Laravel

Laravel 5 Form Request data pre-manipulation

Laravel 5 how to validate route parameters?