Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-5

Laravel 5.1 Unknown database type enum requested

How to set the default value of an attribute on a Laravel model [duplicate]

php laravel laravel-5

Laravel Socialite: InvalidStateException

php facebook laravel laravel-5

There is no existing directory at /storage/logs and its not buildable: Permission denied

laravel No supported encrypter found. The cipher and / or key length are invalid

php ssl laravel-5

Laravel Blade passing variable with string through @include causes error

php laravel laravel-5 blade

Get environment value in controller

php laravel laravel-5 config

What is the best practice for adding constants in laravel? (Long List)

Switch in Laravel 5 - Blade

How to include External CSS and JS file in Laravel 5

php laravel-5

Change Timezone in Lumen or Laravel 5

php laravel-5 lumen

Manually register a user in Laravel

Laravel Eloquent vs query builder - Why use eloquent to decrease performance [closed]

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. laravel 5.3

Why do I have to run "composer dump-autoload" command to make migrations work in laravel?

php laravel laravel-5

Laravel Middleware return variable to controller

Laravel 5.2 - Use a String as a Custom Primary Key for Eloquent Table becomes 0

Laravel Request::all() Should Not Be Called Statically

php laravel laravel-5

Eloquent ORM laravel 5 Get Array of ids

Is there a default password to connect to vagrant when using `homestead ssh` for the first time?