Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Composer Error while installing Laravel "Failed to decode response: zlib_decode(): data error"

Laravel 5 controller sending JSON integer as string

How to define and use JSON data type in Eloquent?

How do I catch a query exception in laravel to see if it fails?

sql laravel-5

how to get current user id in laravel 5.4 [duplicate]

php laravel laravel-5

Laravel queued jobs processed immediately even with a delay

laravel-5 jobs

count(): Parameter must be an array or an object that implements Countable

Request::has() returns false even when parameter is present

laravel laravel-5

What is Closure in Laravel?

php laravel laravel-5 closures