Support the ongoing development of Laravel.io →

2,392 Threads

Calling Redirect::back() from a other function does not work. Laravel 4

I'm new in Laravel and some times it's hard to undestand waht's happening. I have a code for validat...

0 Likes
2 Replies
Solved

Best practice for Websockets

Dear Laravel enthusiasts, I've been thinking about developing some real time functionality in some o...

0 Likes
8 Replies

Responsibility of repositories

Hi, I have a little question. I am group owner and I want remove user from my group using repository...

0 Likes
2 Replies

Elegant wau to create global variable

Im wondering if there is a elegant way to create an globally accessible variable in some elegant way...

0 Likes
2 Replies

Separate routes to own files

Hi I have big routes.php file. There a lot of route rules. I would like split rules to own files. I...

0 Likes
2 Replies

Filters not working in TestCases

I'm experiencing strange behaviour with Filters and TestCases. It seems like filters are only being...

0 Likes
1 Replies

Model::create($request->all()) creates two rows identical rows on one form request

When I fire Product::create($request->all()) method it creates two rows in a table with the same...

0 Likes
1 Replies
posted 9 years ago

Laravel Redirect::to Wrong Redirect In Subdomain

//Backend's Route Route::group(array('domain' => 'admin.web.com', 'before' => 'inGroup:Adminis...

0 Likes
1 Replies

Route aliases

###Good day, people! May be someone knows how to get url aliases like that: /goods, /goods/subgoods,...

0 Likes
1 Replies
Solved
posted 9 years ago

Routes Groups and prefix problems in sub route with their parameters

Hello, Under Laravel 4.2, i meet a problems with parameters of my routes inside Route group prefix....

0 Likes
5 Replies

Requesting current route by name rather than URI element

In a Blade template, is it at all possible to request the current route name? I know that I can use...

0 Likes
1 Replies
Solved

URL rewrite problem

Hi, I'm having problems with my web application. I have first, an index page, that display a form (p...

0 Likes
3 Replies
posted 9 years ago

Changing location of image file and redirecting

I need to change the location of a bunch of image files on my site and not sure how to handle from a...

0 Likes
0 Replies

Using Wordpress as front site together with Laravel 4 on the same domain

Hi! I want to use Wordpress as my front site, and Laravel as my app. So index.php in public folder s...

0 Likes
3 Replies

Create 0Auth FB Session, but how?

Hi guys! Since I started today with only Laravel, I'm really come quite far! Have somehow fallen in...

0 Likes
0 Replies
posted 9 years ago

Catch ?p=, and forward 301 - with a Route::get(????)

Hi, I'm rebuilding a website. For SEO I need to forward the old URLs to the new URLs. Is there an ea...

0 Likes
2 Replies

Some sessions disappearing for certain users (Chrome, Mac, Laravel 4.2)

A user is not having flashed sessions (Session::flash) nor "put" sessions (Session::put) p...

0 Likes
4 Replies
Solved

Strange CSRF error?

Hi, I have installed Laravel Administrator and am experiencing a strange issue with CSRF. I have tr...

0 Likes
1 Replies

Laravel all routes 404

Greetings everybody. I have L 4.2 project working fine in testing env and having 404 on all routes i...

0 Likes
3 Replies
Solved

Direct route with exact parameter

Hello guys, I have this Route defitinion: Route::get('packages/{package}', ['uses' => 'ProductsCo...

0 Likes
1 Replies

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.