A past version of the open-source PHP web framework created by Taylor Otwell.
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.2I 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.2I have a Form field for an Image upload, which I open with 'files' => true, like so: {{ Form::label(…
php laravel file-upload laravel-4.2So in this app Drawing belongsTo Customer. I have datatable <table id='drawing-table' class="table table-bordered table-hover"> <…
datatable laravel-4.2I 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.2I 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