Does anyone know if the views for login/register was removed on purpose from 5.1 ? They are listed o...
Does app\Exceptions\Handler.php exist and does it have namespace App\Exceptions\Handler?
Yep, it was changed 12 days ago, see https://github.com/laravel/framework/commit/8349040e7381d083868...
In config\app.php change: 'cipher' => 'whatever it is', to 'cipher' => 'AES-256-CBC',
Posts::actives()->get() returns an Eloquent Collection which happen to have an toArray() method....
Illuminate\Foundation\Testing\WithoutMiddleware was added in 5.1, so make sure you're on that versio...
The Laravel portal for problem solving, knowledge sharing and community building.