Support the ongoing development of Laravel.io →

Model relations in an inheritance hierarchy

Hello guys! I am building an application and I have these models: User, Announcement, BookAnnounceme...

0 Likes
0 Replies

Is it possible to query 'where' on eager loaded relationship without a join?

Is it possibly to make a WHERE query on a eager loaded relationship? Say my users table has a name,...

0 Likes
2 Replies
Solved

how to remove laravel from response header/cookies

Hello, Is it possible to hide/remove laravel from response header? (i.e laravel_session)

0 Likes
1 Replies
Solved
posted 10 years ago

Can't Seed DB in laravel 5

I have 2 tables I want to seed, Users & Tags. I can seed Users but it gives a "[ReflectionE...

0 Likes
7 Replies
Solved
posted 10 years ago

Laravel 4.2: Open a Session manually when knowing the Session-ID

Hi there, I'm havin a laravel 4 site using a login and some Session variables. Let us call this site...

0 Likes
0 Replies
posted 10 years ago

Input::File() displaying 'NULL' when using mini ajax file upload plugin in laravel

Hi, I have a form with mini ajax file upload plugin.. and i am trying to submit the form with file...

0 Likes
0 Replies
posted 10 years ago

Migrate single table

I've created new migration for new table in database. When I try to "php artisan migrate"...

0 Likes
3 Replies

E-commerce & SSL certificate

Hi there, I'm creating many different web apps with Laravel 5 like an e-commerce, a blog, etc... All...

0 Likes
0 Replies
posted 10 years ago

Is there a way to load a specific element using ajax in laravel 5?

I was trying to load a specific element in laravel 5 like this: $(document).ready(function(){...

0 Likes
5 Replies

Doing some custom routing groups, could use advice

So, I am building an application that has a few models that I want to manage on site. There are like...

0 Likes
0 Replies

L5 - Return validation errors with old user input

I have a simple form to store a record in a database with some basic validation. If a required field...

0 Likes
2 Replies

Lang::get() replaced error.

Hello. I've used the Lang :: get () in Laravel 5. In this case, I wrote the code to perform the to r...

0 Likes
1 Replies

Mysql CRUD generator in Laravel 4

Hello to everyone, there is any way to create the CRUD from a database such as other frameworks like...

0 Likes
3 Replies
Solved

How to use queries in Laravel?

Hello so I've been using PHP + PDO for a while now and wanted to try out Laravel, however when I did...

0 Likes
9 Replies

Mysql Joins

Hi. I am fairly new to Laravel so forgive me if this is a beginner question :-). I am currently tryi...

0 Likes
1 Replies

file_put_contents(~/services.json): failed to open stream: Permission denied

I've already chmod -R 777 to all directories and files. chown -R nginx:nginx to all directories and...

0 Likes
3 Replies
posted 10 years ago

Explicit declared attributes

Laravel declares the set of attributes for a class runtime by taking the according table fields. Is...

0 Likes
2 Replies

Eloquent: Filter by joining two "belongsToMany" relations

I have the following tables in my database: recipes id name users id name badges id name badge...

0 Likes
5 Replies
posted 10 years ago

Error Send email - Mail::send()

Anyone can help me to figure it out my issue regarding send email please see what I've got ErrorExce...

0 Likes
3 Replies
Solved

Confused on Validator Class and Requests

I can get validation to work for basic things using a Request and the authorize and rules sections o...

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.

© 2025 Laravel.io - All rights reserved.