Support the ongoing development of Laravel.io →

2,392 Threads

Load service providers for specific subdomains (or sharing resources across installs)

I may be making a ton more work for myself here, so I wanted to know the best practice for sharing r...

0 Likes
0 Replies
posted 10 years ago

Easy Route Localization in Laravel using Filters

Hey everyone, I was helping someone out in the IRC channel, and they had a question about localizati...

0 Likes
0 Replies

[Tutorial] Posting scheduled, random tweets with Laravel 4 and the Twitter API

A little tutorial I made, thought I'd share this here! Posting scheduled, random tweets with Laravel...

0 Likes
0 Replies
posted 10 years ago

Dynamically created input fields not present in $_POST

In my Laravel installation I have a need for the users to add extra form fields within the create fo...

0 Likes
3 Replies
Solved

Newbie question - routing not working Apache 2.4 Win 7

Hi, Laravel newbie of one day's experience and extremely keen to see what all the fuss is about. Tr...

0 Likes
15 Replies

Show number of occurrences for one Model

Hello I have two models, Post and Tag and they are connected like this: class Post extends Eloquent...

0 Likes
2 Replies

What is the difference between these methods of returning a json response

Hi I've just solved an issue in my app concerning ajax reposnses and session persistance. return $re...

0 Likes
1 Replies

Out of date model in controller.

I have a problem with models that get out of sync with the DB. In routes.php I have: Route::model('p...

0 Likes
0 Replies

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved

I cant open my update page

I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...

0 Likes
8 Replies

How to handle controllers in subfolders?

I'm a bit confusing about how to work with controllers which is in subfolders of controller dir. For...

0 Likes
3 Replies

How to fake a request so that route() and other urls work in the CLI/Queues

I have a multi-tenant app. Each client with their own url (client.mycompany.com). When one of those...

0 Likes
1 Replies

Testing custom filters

Are there any resources or examples available that discuss testing custom filter classes? Or, do you...

0 Likes
0 Replies

Route group capturing every route

I'm using creolab/laravel-modules to create an application and the administration area will be a mod...

0 Likes
0 Replies

problem with script which in created bu Laravell

hi dear i have problem this is the page : http://portal.elweb.ir/public/ , http://portal.elweb.ir/p...

0 Likes
4 Replies

php web server and Redirect::to

Hello, now i use new for me method of development. i use php web server on local development machine...

0 Likes
0 Replies
posted 10 years ago

Route model-binding and 404s

I have a simple case, where I want user-urls to be available by name, like this: users/john users/mi...

0 Likes
2 Replies

Route group wildcard prefix stops matching of non-wildcard defined routes

I have a route group that has a parameter prefix like so: Route::group(array('prefix' => '{countr...

0 Likes
1 Replies

Error: file_put_contents failed to open stream

I'm just new in laravel. I'm using laravel 4.1, I encounter this error sometimes. {"error"...

0 Likes
3 Replies
Solved

Only emailing people with certain Entrust role

I have an application system setup for a local organization that involves a user filling out an appl...

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