Support the ongoing development of Laravel.io →

Join query returns same/dublicate rows

This is my query: $items = User::join('table_1', 'users.id', '=', 'table_1.user_id') ->join(...

0 Likes
0 Replies

Pattern for logging user actions

I'm trying to log all actions that users do (login / logout / CRUD) to a logs table in my database,...

0 Likes
0 Replies
posted 9 years ago

How i can pass the Id to specific user profile

Hi guys im new for Laravel.. plz any one tell me how i can login my admin profile(ex:facebook user a...

0 Likes
0 Replies

Using a tags table and finding {Posts|Movies} that have tags in common.

Environment: Feature: id, title, rating, .... Tag: id, tag Pivot id, feature_id, tag_id Given a Feat...

0 Likes
0 Replies

Documentation on Controller Routes

This is an excerpt from the documentation. I do not understand this. Can someone explain? You may...

0 Likes
1 Replies
posted 9 years ago

Mail Queue Doesn't Send

Hi, i'm trying to send newsletters with my back-end i developed with Laravel 4 but it keeps giving m...

0 Likes
1 Replies
Solved
posted 9 years ago

Laravel Mail Issue

Hello everyone, I hope I can find a solution for my problem in here. I'm trying to send an email usi...

0 Likes
1 Replies
posted 9 years ago

Cartalyst Report 24

Check out our weekly report of what's going on @cartalyst http://bit.ly/TTyy8q Code well, rock on!

0 Likes
0 Replies

Eloquent or Query builder for related models and pivot

I have the following models and relationships: Projects ==(one to many)== Expeditions Projects ==(on...

0 Likes
2 Replies
posted 9 years ago

Class 'Customvalitadion' not found

Hello everyone, I'm trying to create a custom validation model for XSS attacks SQL injection etc and...

0 Likes
2 Replies
posted 9 years ago

Need SEO Help

Hello, My laravel app has been active for some time, but still fails to come up on a google search....

0 Likes
2 Replies

Use one form blade for create , edit

Hi is it possible to have only one blade for create and edit? I have try to implement and i am stack...

0 Likes
1 Replies

How to implement DB transaction for a morphTo relationship

Hi, Is there a proper way to implement DB transaction in a MorphTo model relationship? I am trying t...

0 Likes
1 Replies
posted 10 years ago

How to handle development and production assets with gulp?

The title says it all. I know how to minify and concat all assets into one file for css and js, but...

0 Likes
5 Replies

Multiple user types with different tables for each group

Hello, I have 3 different user types for my system (user, business, admin) and i can't use grouping...

0 Likes
5 Replies
posted 9 years ago

Add css and javascript files to html

What is the best way to access in my view a css file which is going to be used in html for styling i...

0 Likes
0 Replies
posted 9 years ago

Service provider to return a NON-singleton class

Hi, Is there any way I can create a service provider to return a non-singleton class? I want to use...

0 Likes
0 Replies

Eloquent Aggregation User Activity-like query

I have a collection of x amount of tables that are directly related to my user model. Currently ther...

0 Likes
0 Replies

Class 'Symfony\Component\Routing\Route' not found

I have created a game page and trying to run in command prompt "php artisan serve" as well...

0 Likes
0 Replies

Auth::Check Not Working

I have created multiple modules like admin, sections, programs etc. and i have two separate tables f...

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.