Support the ongoing development of Laravel.io →

Redirect After Setting Response

Hi guys! I have a problem with my Response. I am generating a .ics file setting the headers and cont...

0 Likes
0 Replies
posted 12 years ago

Tool manage Laravel code like github on localhost (windows 7)?

Dear All, I want to manage Laravel Code on local hosting link Github. What tool or software to do th...

0 Likes
12 Replies
Solved

Installing on Windows OS

I read about the Laravel framework and I really am interested and want to install it. However, when...

0 Likes
2 Replies

how to reset model deleteat_at to ''0000-00-00 00:00:00" ?

I notice that laravel use 0000-00-00 00:00:00 for deleted_at time ,So i change data deleted_at like...

0 Likes
5 Replies
Solved

SMTP mail sending doesn't work in live server.

I setup SMTP mail sending with MailGun in my local testing server (XAMPP), and it works fine. But wh...

0 Likes
5 Replies
Solved
posted 12 years ago

Schema snapshots via artisan?

I was wondering if Artisan had a command that allowed you to create a migration snapshot of the curr...

0 Likes
0 Replies

Controller that fires every time a page loads

I am attempting to create a sub domain based system that looks first for the sub domain and then use...

0 Likes
3 Replies
Solved

Installing Laravel in a subfolder?

I am in the process of rewriting a site(doesn't use any framework) to laravel. For now my first task...

0 Likes
3 Replies

Can't access Eloquent models from artisan command.

So I'm trying to do a very simple eloquent query, however both a select and an insert query fail. Th...

0 Likes
5 Replies
posted 12 years ago

TR Karakter

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/x...

0 Likes
0 Replies

View data in Controller or View...

Hello, there. I have a table of users, and when you click on a Details button for a particular user...

0 Likes
1 Replies

How to make an 'orderBy' case-insensitive ?

Hi all, My question here is pretty simple but I didn't find the answer on the Web. I would like to s...

0 Likes
1 Replies

Which environment does testing inherit from?

Can someone tell me if testing inherits from development, production, or neither?

0 Likes
2 Replies
Solved

Beginner routing question

I'm considering Laravel for a project. Currently I route by using the query string, split on slashes...

0 Likes
3 Replies

Using Zurb Foundation (5) inside Laravel 4

Hi, I'm pretty au fait with Foundation, but well ropey with Laravel (or any PHP Framework), and not...

0 Likes
1 Replies
posted 12 years ago

Counting specific records through 'hasMany' relationship

Hi I have two models - node and content. Content belongsTo 'node' and Node hasMany 'content' - all p...

0 Likes
1 Replies

Dabase record regenerated does not contain the values of the model variable

Hi everyone, I'm new to Laravel and trying to catch up with a project as much as possible. I created...

0 Likes
1 Replies

Storing Dynamic Data with a Relational Database

Hello y'all! I was wondering how can I store data from a dynamic form, which might have 10 variables...

0 Likes
1 Replies

dont show error if relation not exist , just show empty field.

Hi i have controller and i am taking data like this $events= Eventm::with('teacher')->get(); th...

0 Likes
1 Replies
Solved
posted 12 years ago

Returning array of ids

When inserting batch data how would you get a array of primary key ids from the inserted data $data...

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.

© 2026 Laravel.io - All rights reserved.