Support the ongoing development of Laravel.io →

Laravel 4 accessible from / and /index.php

It looks like my entire Laravel application can be accessed from the base url (ie /this/that) and wi...

0 Likes
1 Replies

POST & GET / Route Design

How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...

0 Likes
1 Replies
Solved
posted 11 years ago

Problem with Laravel and Netbeans IDE - Mark files

Hello, How I can fix the this - all files from Laravel in NetBeans is mark with "Ignored"....

0 Likes
0 Replies
posted 11 years ago

Foreign key cross-databases error (editted: removed small mistake)

I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...

0 Likes
0 Replies

Eloquent - select single value from database

Hi all, I'm creating a drop down list that gets populated using data from a database. Everything wor...

0 Likes
3 Replies
posted 11 years ago

Injecting Data Model (Repository) AND Business Model in Controller?

Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...

0 Likes
2 Replies

authenticate from second database

I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...

0 Likes
2 Replies
Solved
posted 11 years ago

Defining macro in master and using it in multiple views

I have a macro inside a page. @extends('mobilemaster') @section('content') {{Form::macro('date...

0 Likes
2 Replies
Solved
posted 11 years ago

Changing macro attributes with Form::method()

This is the macro i made. {{Form::macro('date', function() { return ' <input type="da...

0 Likes
4 Replies
Solved

Extend Validator class multiple times

Hi I've created a custom Validator package that adds a validator for phone numbers: https://github.c...

0 Likes
1 Replies
posted 11 years ago

Use existing database in Laravel 4

Hi! I have already created a mySQL database in phpmyAdmin, so I don't really want to use the the Sch...

0 Likes
2 Replies
Solved

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 11 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 11 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 11 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

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.