Support the ongoing development of Laravel.io →

1,816 Threads

New Laravel Site - Feedback Requested

Hi I've created a new site using Laravel. https://seek.estate It's a real estate website aimed at gi...

0 Likes
4 Replies

Redis Queue

I'm using Laravel queue system for the first time and I have some questions about the architecture :...

0 Likes
0 Replies

Symfony class not found

I've created ServiceProvider and I'd like to use MoFileLoader from Symfony Component. This class is...

0 Likes
0 Replies

How would you handle user image and default value

I have 2 table: users id, username, email, profile_image user_images id, user_id, file a user prof...

0 Likes
1 Replies

Strange cache(?) error -- Web view not reflecting code edits

I have a cascade of packages. Package A requires Laravel 4.1.29. Package B requires Package A. Packa...

0 Likes
2 Replies

Laravel Forge.

Hi guys, I am using laravel forge and it's awesome. However i ran into one problem. I created a serv...

0 Likes
0 Replies

Best way to create User Post relationship?

I have User and Post model. And my question is where to put method's like getAllMyCommentedPosts() o...

0 Likes
1 Replies

user images and profile image

How do you handle user images and profile pic? I have a table oft user images each row is an image a...

0 Likes
1 Replies

Controller Route Not Found NotFoundHttpException

Hi, I'm new here. Trying to create a package with controllers in it. My package is created, route is...

0 Likes
1 Replies

Platform Attributes Spotlight

A little overview of attributes package in platform https://vimeo.com/97276329

0 Likes
0 Replies
posted 10 years ago

Is this right way to deal with Laravel?

I have gained fundamental knowledge concerning Laravel and then I have created simple app called Wor...

0 Likes
4 Replies

Conditionally changing SMTP Mail settings (host, username, password).

Needing to redeclare the configuration settings when sending just one particular mail in the app. Wo...

0 Likes
3 Replies
Solved

Acces controller methods from View

Is it possible to acces controller methods from View ?

0 Likes
3 Replies

How to load models?

I have a model like this: namespace Models; use Eloquent; class Sites extends Eloquent { public...

0 Likes
2 Replies
Solved

[Package] Laravel single table inheritance

#What is Laravel Single table inheritance? Laravel Single table inheritance is a Laravel4 package to...

0 Likes
1 Replies

Controllers vs Models relations best practice

Hello, I am making a community site for pet lovers and I am facing a design question. Lets say I hav...

0 Likes
9 Replies

Redis notification system

I'm looking into using the built in support of Redis in Laravel for a notification system. I'm tryin...

0 Likes
1 Replies

Custom Pivot Class Accessors / Mutators

What I'm trying to do is use accessors / mutators in the custom pivot class I've created, but I'm ei...

0 Likes
0 Replies

Laravel 4.2 FrameGuard middleware opt-in

Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...

0 Likes
1 Replies

Abstract Repositories

I'm working on a personal project and using it to learn better design patterns, specifically the rep...

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.