Support the ongoing development of Laravel.io →
posted 10 years ago

Proper Place to Store Helper Classes

I'm working on my first large webapp using Laravel, and have been wondering how most experienced Lar...

0 Likes
3 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
posted 11 years ago

namespaces

Is it possible to reference a full namespace? I mean using: use MyApp\Models; (this is not working...

0 Likes
3 Replies
posted 11 years ago

Moving a File

I'm struggling to find this anywhere in the documentation so let's ask here: Does Input::file('photo...

0 Likes
6 Replies

Direct route with exact parameter

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

0 Likes
1 Replies

How to return with function not in array

Hello, I have a table communications and a table agents. Each communication belong to an agent. I wo...

0 Likes
1 Replies

Handling dates with form models

I have table with users which includes their date of birth. I don't think i'm inserting the date the...

0 Likes
2 Replies
Solved
posted 10 years ago

injection internal architecture question

While I'm using injection for validation and few other stuff. I'm still wondering about the differen...

0 Likes
0 Replies
posted 10 years ago

Laravel token expiring

Ive built a gallery based site using Laravel. To avoid some image theft and for statistics, image ge...

0 Likes
1 Replies

resource controller filters with zizaco entrust

Hi everybody!! With Zizaco Entrust how do we denied access in resources, i allready read the manual,...

0 Likes
1 Replies

Mobile Support

I'm adding a mobile-friendly website to my laravel app, so I added the following code to /app/config...

0 Likes
2 Replies

Laravel and Service Oriented Architecture

*Disclaimer: This is just theory crafting I'm interesting in learning about Service Oriented Archite...

0 Likes
2 Replies

Laravel First Install - Directory Listing

Hi there, I am getting a directory listing when I do not specify 'public', but with public I get the...

0 Likes
6 Replies

'orm' table name has 's' why?

##Hi guys, I created a table name in MySQL called "orm" I also created a model like this o...

0 Likes
2 Replies
posted 10 years ago

use select in load will lost data

my version is laravel 4.2 in mycode , I have got a Collection $serieses, and it has a relation named...

0 Likes
1 Replies

Should I commit app/config file to git repository

Hi I have question. Should I commit app/config to my repository? What is the best practises ? In my...

0 Likes
4 Replies
Solved
posted 10 years ago

This comments style seems ugly , why it like this?

/* |-------------------------------------------------------------------------- | Third Party Service...

0 Likes
1 Replies

Proper use of custom methods in models - Scope, static, etc

Coming from Codeigniter, I'm used to placing all my database queries in the model. From what i've se...

0 Likes
1 Replies

mandrill API usage

Im getting emails to send no problem, but i want to list them and make use of the API in an interfac...

0 Likes
1 Replies

sentry package error : "The page isn't redirecting properly"

i trying build form with sentry package from tutorial on this page : (http://seputarpemrograman.com/...

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

© 2025 Laravel.io - All rights reserved.