Support the ongoing development of Laravel.io →

542 Threads

posted 10 years ago

Create route by common directory

Hi, I'm new on Laravell and I can't create route like "en/users" or "it/users" w...

0 Likes
5 Replies
Solved

phpseclib shh2 exec and get output

i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...

0 Likes
2 Replies
Solved

HTTPS definition in routes.php

I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...

0 Likes
2 Replies
Solved
posted 10 years ago

Valid route throwing 404

I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...

0 Likes
2 Replies
Solved

link_to_method/link_to using DELETE method instead of GET

Is it possible to create link to delete action which actually creates DELETE request instead of GET...

0 Likes
1 Replies
Solved

routing order?

I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...

0 Likes
5 Replies
Solved
posted 10 years ago

Route Filter

Hi Ive create a Route filter to check is the user is on a subscription. Im not trying to change the...

0 Likes
3 Replies
Solved
posted 10 years ago

Enquiry about routing.

Route::resource('admin/invoice', 'InvoiceController'); Route::get('admin/invoice/settings', array(...

0 Likes
2 Replies
Solved

Use jQuery Datepicker to redirect to page

I have an inline jQuery Bootstrap Datepicker on my homepage. When someone clicks on a date, I want t...

0 Likes
2 Replies
Solved
posted 10 years ago

Change paginated url '?page=' to '?p=' or something else. Possible?

Is it possible to change a paginator url to something else besides '?page=' ?

0 Likes
2 Replies
Solved

Error while reading from array

I'm trying to make simple example of reading data from multiple sources, storing that data in associ...

0 Likes
1 Replies
Solved
posted 10 years ago

Returning to Laravel Site with Variables

I am working on a PayPal system, and part of the PayPal process is returning back to the main site....

0 Likes
2 Replies
Solved
posted 10 years ago

Interpreting php artisan routes

Hello, I have just started exploring php with laravel.. and this is a typical newB question, ... I a...

0 Likes
2 Replies
Solved

Session expires in a middle of an ajax request

Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...

0 Likes
4 Replies
Solved
posted 10 years ago

Subdomain Routing Issues

I am having issues with sub domains, as they will not show different content then the actual domain....

0 Likes
3 Replies
Solved
posted 10 years ago

Controller Method Not Found

I'm currently working on a project and haven't had any issues until of recent which I don't really g...

0 Likes
3 Replies
Solved

Pass variable to route

Hello I'm trying to make simple voting system. So when user click on specific button it should send...

0 Likes
1 Replies
Solved

Laravel rewrite rules

I have .htaccess: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Opti...

0 Likes
7 Replies
Solved

Input problem with Filters from docs

Hi laravel community, I'm trying to learn Laravel, but something (appearing really dumb) is happenin...

0 Likes
2 Replies
Solved

Route name for home action

I am trying to name a route to an action in my controller, but without success. Please read my code,...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.