Hi, I'm new on Laravell and I can't create route like "en/users" or "it/users" w...
i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...
I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...
I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
Is it possible to create link to delete action which actually creates DELETE request instead of GET...
I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...
Hi Ive create a Route filter to check is the user is on a subscription. Im not trying to change the...
Route::resource('admin/invoice', 'InvoiceController'); Route::get('admin/invoice/settings', array(...
I have an inline jQuery Bootstrap Datepicker on my homepage. When someone clicks on a date, I want t...
Is it possible to change a paginator url to something else besides '?page=' ?
I'm trying to make simple example of reading data from multiple sources, storing that data in associ...
I am working on a PayPal system, and part of the PayPal process is returning back to the main site....
Hello, I have just started exploring php with laravel.. and this is a typical newB question, ... I a...
Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...
I am having issues with sub domains, as they will not show different content then the actual domain....
I'm currently working on a project and haven't had any issues until of recent which I don't really g...
Hello I'm trying to make simple voting system. So when user click on specific button it should send...
I have .htaccess: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Opti...
Hi laravel community, I'm trying to learn Laravel, but something (appearing really dumb) is happenin...
I am trying to name a route to an action in my controller, but without success. Please read my code,...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community