Support the ongoing development of Laravel.io →

How we create foregin key in phpmyadmin in laravel4.

How we create foregin key in phpmyadmin in laravel4.

0 Likes
0 Replies

Passing multiple arrays to a view

I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...

0 Likes
2 Replies
Solved

Use localhost:8000

Hi, I've just installed Laravel 4 on my PC and was looking at some tutorials. A lot of them open Lar...

0 Likes
3 Replies
Solved
posted 10 years ago

Dynamic model appends

Hello. I'm looking for a way to create dynamic appends to a model. right now i have something like p...

0 Likes
0 Replies

Laravel 4.x , module system able to install/enable/disable via panel ?

Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this...

0 Likes
1 Replies
posted 10 years ago

Beanstalkd Queue - Delayed jobs not getting processed

I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...

0 Likes
1 Replies
Solved

problem with retrieving data from database

hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...

0 Likes
1 Replies

Eloquent has no handling with malicious data??

I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...

0 Likes
8 Replies
posted 10 years ago

Laravel doesnt see controller via Ajax?

Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...

0 Likes
8 Replies
Solved
posted 10 years ago

Textmate bundle

For the few of us who still haven't switch to Sublime or PHPStorm, I created a TextMate bundle conta...

ericknogueira liked this thread

1 Likes
0 Replies
posted 10 years ago

About route setting,every controller and action need to be set in routes.php?

Can I set the default route,when request like /home/index ,the controller is home action is index,an...

0 Likes
2 Replies

to many queries and long load

Im build my app localy, and Im afraid after Ill get some traffic in to it it will simply crash. and...

0 Likes
3 Replies

Admin: Subdomain vs. subdirectory/route

For a while now, I've kept admin interfaces for my websites as subdomains (admin.mywebsite.com) inst...

0 Likes
2 Replies

Where/how often do you do an Auth check?

I have controllers that have public get, create, update, and delete methods that should only be done...

0 Likes
3 Replies
Solved

Vagrant, Codeception & Laravel issue. NotFoundHttpException

Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...

0 Likes
0 Replies
posted 10 years ago

Unofficially supported packages

I don't know if this is the right place for ideas/suggestions for the laravel.io site, but I think i...

0 Likes
2 Replies

Problem with Eloquent - Case sensitive condition

Hi. I perform $a = Items::where('code', '=', $code); In the code column there are various entries, u...

0 Likes
3 Replies

Calling model method from controller

I have this in my car.php model public function bySortOrder() { return $this->orderBy('so...

0 Likes
3 Replies
Solved

Eloquent - Get Post where parent of parent id = XX. It's possible?

I'm trying to get a Post inside a Session, but between Post and Session I have a Category Model. Eac...

0 Likes
1 Replies
posted 10 years ago

Problem with Template. Pls help!

I can only call my master template from my UsersController. When i call my master template from Pos...

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.