Support the ongoing development of Laravel.io →

2,392 Threads

posted 10 years ago

How to append hashtag(#) to end of url with Redirect

I have following function. return Redirect::to('user/'.$id."#hash_tag") my expectation on...

0 Likes
5 Replies
Solved

Check to see if csv exists.

Hi, is there a laravel way of checking a file system to see if a .csv file exists? Thanks

0 Likes
1 Replies

Consuming Internal API - JSON content-type and payload

Hello, I'm a relative Laravel newbie and trying to construct an API-centric web app that will consum...

0 Likes
6 Replies

Same controller class for multiple routes

Hello! I there way to use one controller class but for different routes? I mean, one controller clas...

0 Likes
0 Replies
posted 9 years ago

laravel secondary route controller

in my routes.php Route::controller('/admin','AdminController'); Route::controller('/admin/customers'...

0 Likes
2 Replies
Solved

Laravel localization

Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...

0 Likes
10 Replies

Routes not working

Hi there, In my vhosts file I have AllowOveride currently set to None. It is prohibiting me from usi...

0 Likes
2 Replies
Solved

Laravel 5 Performance

Is anything more being done to increase the performance of Laravel 5? When comparing the default Lar...

0 Likes
2 Replies

laravel error auth include domain groupe multi namespace groupe

I use laravel 4.2 and in my route file i use this code Route::group(array('domain' => 'www.eee.do...

0 Likes
0 Replies

Redirect url retains # sign. How to remove?

http://help.laravel.io/ef418edd30096ee5fc7975d68ebfb26dc1ff06a8 Laravel 4.2.8 When logging in via fa...

0 Likes
2 Replies
Solved
posted 9 years ago

Remove file if user cancels download

Hi, new Laravel user here, but old programmer. I've got a controller that generates a zip file and...

0 Likes
1 Replies
posted 9 years ago

L5 ReflectionException in RouteDependencyResolverTrait.php line 53:

This error occurs when resetting password, coming back on the email link. This was working a week o...

0 Likes
0 Replies

Multiple 'or' filters

Good morning/afternoon/evening! Is there a way to create routes that would be executed only if filte...

0 Likes
1 Replies

Controller Route Error

Route Route::controller('rooms', 'RoomsController'); Controller method public function postUpdate($i...

0 Likes
1 Replies
posted 9 years ago

jpgraph matrixplot

According to jpgraph manual, user can set a scale. For ex, I would like to explicitly set my scale r...

0 Likes
0 Replies

Submit a form with controller without route

I have a ( search form in all pages in my project ), i can't specify just one route for it. i'll be...

0 Likes
1 Replies

Http request cache cookie

I've been dealing with an issue recently which is. I build an API on laravel 4, and it returns json...

0 Likes
1 Replies

Laravel pagination return empty result set

Hi everyone, This is my first post on laravel.io :) I'm getting an issue using the paginate() method...

0 Likes
4 Replies
Solved
posted 9 years ago

index2.php

Hi, I am trying to do something like http://myapp.dev/index2.php/test but it doesn't work. It works...

0 Likes
2 Replies

Options with InputOption::VALUE_REQUIRED can be omited ?

Hi guys, I have a command with options defined this way : protected function getOptions() { return a...

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.