Support the ongoing development of Laravel.io →

2,390 Threads

Children Models

I would like to have the following models: Employee, Agent, Client. Since half of all the fields and...

0 Likes
3 Replies

Master-Detail

good morning, someone who can help me, I need to create a route between father son model to model, l...

0 Likes
2 Replies
posted 10 years ago

Call controller methods or named routes from crawler in tests?

Hi, I'm writing some tests for my controllers, however I'm not sure about some of my urls yet. When...

0 Likes
2 Replies

Publishing this forum as package?

I really like this forum and how it is working but sadly it's not build as package. Of course I can...

0 Likes
2 Replies

filter with variable from domain

I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...

0 Likes
1 Replies

Dynamic 'where()' for a filter

I've looked around for a tutorial or a best practice for implementing a filter for results. I would...

0 Likes
5 Replies
Solved
posted 10 years ago

Injecting Data Model (Repository) AND Business Model in Controller?

Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...

0 Likes
2 Replies
posted 10 years ago

Laravel doesnt see controller via Ajax?

Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...

0 Likes
8 Replies
Solved

Vagrant, Codeception & Laravel issue. NotFoundHttpException

Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...

0 Likes
0 Replies
posted 10 years ago

ReflectionException

I'm getting the following error ReflectionException Class Trinity\Users\UsersRepository does not exi...

0 Likes
1 Replies
Solved

Passing multiple db variables from Controller to View

return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...

0 Likes
7 Replies
Solved

Need help with syntax

I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...

0 Likes
1 Replies
Solved
posted 10 years ago

How not to break the internet with routing ?

Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...

0 Likes
2 Replies
Solved

Save radio button selected value in Session variable

I'm building multiple page quiz. When users select options(answer) for a question, it should store i...

0 Likes
5 Replies

Getting rid of index.php in URLs

Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...

0 Likes
6 Replies
Solved

Namespacing and Controllers in your 'Acme' folder?

Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...

0 Likes
9 Replies
Solved
posted 10 years ago

How Request::wantsJson() and Request::isJson() process

Hello I have a some problem with Request::wantsJson() and Request::isJson() return value (boolean) I...

0 Likes
1 Replies
posted 10 years ago

Bug??: Named Parameters are Not passed to Controller

I upgraded Laravel4.0 to 4.1. But The code (below) is not working well. example: Redirect::action('S...

0 Likes
0 Replies

Store upload files into app folder

Hello. I'm building a big storage app for some official documents witch are also digitaly signed. I...

0 Likes
1 Replies

Throw new NotFoundHttpException("Controller method not found.");

I have: class ProfilesController extends BaseController { public function getTest() { return Vie...

0 Likes
6 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.