Support the ongoing development of Laravel.io →
posted 10 years ago

Help with relationships.

Hi everyone I am having a slight issue with relation ships (honestly I think it's just my thick skul...

0 Likes
2 Replies

Bulk insertions on db table

Hi, I have to insert in a table something like 18000 records. I didn't try to use Eloquent, but usin...

0 Likes
7 Replies
Solved

Intranet help

Hello In my job, we developed 7 years ago an Intranet without a PHP framework. The project has grown...

0 Likes
3 Replies
posted 10 years ago

You can create this query

You can create this query SELECT * FROM users AS t1 LEFT JOIN installs AS t2 ON (t1.id = t2.usuario_...

0 Likes
2 Replies
Solved
posted 10 years ago

Seeder not seeding my table

###Here is my seeder table class class DataClassificationTableSeeder extends Seeder{ //Data Classi...

0 Likes
3 Replies
Solved

Routing issue with WAMP

I'm having trouble getting any routes to work besides the default ('/'). I have: Route::get('/', fu...

0 Likes
3 Replies

Load Eloquent from Main View

I'm just in my first laravel project. It has a small blog and uses notifications just like a social...

0 Likes
7 Replies
Solved

one-to-many relationship without actual foreign key in database

I want to mak a one-to-many relationship like in the tutorial. One To Many An example of a one-to-m...

0 Likes
1 Replies
Solved
posted 10 years ago

Routing to another controller without redirect

I have a "short url" feature in my application that allows visitors to access, eg "/s...

0 Likes
0 Replies
posted 10 years ago

Reloading/changing the contents of a DIV?

I have a div that gets loaded with the default information on page load. <div id="carlistdiv...

0 Likes
2 Replies
Solved
posted 10 years ago

ironMQ error_queues

Looking at ironMQ documentation http://dev.iron.io/mq/reference/push_queues/#error_queues How to ena...

0 Likes
1 Replies
Solved
posted 10 years ago

Subdomain routing and WAMP

Hello there. According to the docs, you can do things like this with routes (http://laravel.com/doc...

0 Likes
1 Replies
Solved
posted 10 years ago

Work around for Nested Forms

So i have this foreach which show me list of invoices and i need to have the behavior 'Delete' on ea...

0 Likes
1 Replies
Solved

Problem in validation file

Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...

0 Likes
1 Replies
posted 10 years ago

User change password method

Sounds silly, but how do I allow a user to change their password through the authentication driver?...

0 Likes
3 Replies
Solved

what time format does "DB::getQueryLog()" return?

I read the "API" and it says pretty much nothing, doesn't give a clue about what DB::getQu...

0 Likes
1 Replies

Install Laravel in /cgi-bin/ but serve public folder in /public_html/

Ok, so the path on a shared hosting service is /home/username/public_html/ Ftp access is only grante...

0 Likes
5 Replies

Handling Unique Short Code Representitives

Lets say I have a list of Status 1 - Pending Submit 2 - Submitted 3 - Extra Images Uploaded 4 - Com...

0 Likes
1 Replies
posted 10 years ago

Why is there no link to see all of my posts?

There doesn't appear to be a way for me to search my own posts. There isn't a way for me to get to...

0 Likes
2 Replies

problem with intermittent page load

I am laravel newbie - installed laravel 4 yesterday ;-) I know this is a strange question, i havent...

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