Support the ongoing development of Laravel.io →

Setting transient properties on Eloquent models without saving to database?

Is there a way to set a transient property for an Eloquent model that won't save to the database? Fo...

0 Likes
3 Replies
Solved
posted 10 years ago

Laravel ignores server port

I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...

0 Likes
4 Replies
Solved

Eloquent query based on (multiple) route params

I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...

0 Likes
5 Replies
Solved
posted 10 years ago

Where to put extra (helper) classes?

Hi, may be a silly question, but its my first project on Laravel, so a quick guidance would be helpf...

0 Likes
3 Replies
Solved
posted 10 years ago

what's the command at the controller to fetch data sent from a JQUERY Ajax code

I have this ajax code and it should be sending data to the controller which I want it to pick. I can...

0 Likes
9 Replies
Solved

Undefined index: token

Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...

0 Likes
4 Replies
Solved

Senrty extends problem with config

I need to override some of the things, one of them - hasher I create new package: <?php namespac...

0 Likes
2 Replies
Solved
posted 10 years ago

Routes with a dot inside

Hi, I have the url: http://website.com/attachments/myName.pdf But it is not working, because of the...

0 Likes
9 Replies
Solved

Changing blades if user logged in

At the moment I have a header.blade.php, i am currently checking if the user is logged in to decide...

0 Likes
7 Replies
Solved
posted 10 years ago

Remote GET request

Hello, how i can use GET requests with Laravel?

0 Likes
2 Replies
Solved
posted 10 years ago

Model 'Request' is not loaded

Hey guys. I just began to work with laravel. Sorry for bad English. So I've got a table named 'reque...

0 Likes
3 Replies
Solved
posted 10 years ago

www A record

I don't know that anybody is necessarily having issues with this, but I have found myself hitting ht...

0 Likes
5 Replies
Solved

A question on the creation of Models regarding Many-To-Many relationships

Let's say, I have the following strong entities (and their attributes): Post (title, content) Tag...

0 Likes
5 Replies
Solved

Using Variable in DB function

DB::table('users') ->join('contacts', function($join) { $join->o...

0 Likes
2 Replies
Solved

Return more than one variable to Theme?

Hey Guys, I have a little question. How can I display more variables than one? My code is the follow...

0 Likes
9 Replies
Solved

About MVC in Laravel

Hello there, i'm new in laravel, also in MVC development and i want to ask for suggestion about the...

0 Likes
3 Replies
Solved
posted 10 years ago

Laravel model metadata

Hello there is this old thread here: http://forumsarchive.laravel.io/viewtopic.php?pid=52059 Someone...

0 Likes
6 Replies
Solved

Rocketeer and new alias or service provider

I was wondering how you guys deal with a new service provider added to app.php before deploying a ne...

0 Likes
1 Replies
Solved
posted 10 years ago

Foreign Keys without schema builder

I've been building most of my database tables without the use of the schema builder. I need to creat...

0 Likes
4 Replies
Solved

Support RSS

Are there any plans to provide an RSS feed for laravel.io? I don't seem to find anything on the web...

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