Top "Laravel-4.2" questions

A past version of the open-source PHP web framework created by Taylor Otwell.

Error: ReCAPTCHA placeholder element must be empty

I am using recaptcha with my laravel application. I just want to check recaptcha's response on form submit using jquery …

javascript jquery recaptcha laravel-4.2
Run function from Button or URL in Laravel

I have the following test function, that I want to call directly from my URL or by clicking a link …

laravel laravel-5 laravel-5.1 laravel-5.2 laravel-4.2
Laravel Input::hasFile('image') returns false even if a File is uploaded

I have a Form field for an Image upload, which I open with 'files' => true, like so: {{ Form::label(…

php laravel file-upload laravel-4.2
laravel datatable relationships

So in this app Drawing belongsTo Customer. I have datatable <table id='drawing-table' class="table table-bordered table-hover"> <…

datatable laravel-4.2
phpcs - class must be in a namespace of at least one level - how to fix?

I am using laravel 4.2. Lets say there is such class: class BShopsController extends ShopsController To fix this, I try to …

php laravel-4 namespaces codesniffer laravel-4.2
Laravel - get DB result without table column name

I wanted to have the result with only the values not with the table column name in Laravel 4.2. For example, $…

laravel laravel-4.2