Top "Laravel-5" questions

Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.

Find max value of a column in laravel

The problem started because I have a table (Clientes), in which the primary key is not auto-incremental. I want to …

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

I am building a project using Laravel. It was working fine on localhost, but when I upload it to the …

php ssl laravel-5
Get Header Authorization key in laravel controller?

Trying to get the header authorization key in controller for making an API. Request is making from fiddler. $headers = apache_…

php laravel laravel-5 authorization
How to comment in laravel .env file?

I am working on a project in Laravel where I am storing some settings in .env file setting like few …

php laravel laravel-5 environment-variables
Laravel 5 Class 'Collective\Html\HtmlServiceProvider' not found on AWS

I know there are a bunch of other questions floating around out there with the same error, such as: Class …

php laravel amazon-web-services laravel-5 laravelcollective
Image Validation in Laravel 5 Intervention

I have installed intervention in Laravel 5.1 and I am using the image upload and resize something like this: Route::post(…

laravel laravel-5 laravel-validation intervention laravel-filesystem
Laravel 5 - Interface is not instantiable

I know that this question was asked so many times, but none of answers helped me. I'm getting exception in …

php laravel repository-pattern laravel-5 laravel-ioc
php 7 Mcrypt PHP extension required

hello guys l have installed php7 from this link and this link too. but when i try to run a …

php apache laravel-5 php-7
Laravel make model with migration

I'm creating a model on the Laravel 5 with this command: php artisan make:model Settings As it shows on the …

laravel laravel-5 database-migration
Laravel throws 'The bootstrap/cache directory must be present and writable' error after update

I used 'composer update', which updated a few packages. During the updating process the website still functions. However, after it …

php laravel laravel-5 composer-php