Top "Illuminate-container" questions

The Illuminate Database component is a full database toolkit for PHP, providing an expressive query builder, ActiveRecord style ORM, and schema builder.

Eloquent error: A facade root has not been set

I have been using Eloquent as a standalone package in Slim Framework 2 successfully. But now that I want to make …

eloquent illuminate-container
Laravel 5 Class 'App\Http\Controllers\File' not found

i get the following error: Class 'App\Http\Controllers\File' not found when using in laravel 5 Controller: $files = File::files( $…

php laravel namespaces laravel-5 illuminate-container
Validation rule unique requires at least 1 parameters

I've got problem with my laravel I can't post the data One error says InvalidArgumentException in Validator.php line 2593: Validation …

php laravel illuminate-container
How to set disabled select option in Laravel with Illuminate/Html

I'm starting with Laravel and I'm using Illuminate/Html for making forms. I want to add disabled attribute to the …

php forms laravel blade illuminate-container
How to use Illuminate Database Query Builder & Eloquent in other framework with PHP 5.3.x

I did a couple of projects with Laravel in the past but now I need something very light for a …

php laravel-4 slim illuminate-container
updateOrCreate with increment in laravel

What I am trying to do is to update or insert the row in table. In my case, update looks …

laravel eloquent laravel-5.1 illuminate-container