It looks like my entire Laravel application can be accessed from the base url (ie /this/that) and wi...
How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...
Hello, How I can fix the this - all files from Laravel in NetBeans is mark with "Ignored"....
I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...
Hi all, I'm creating a drop down list that gets populated using data from a database. Everything wor...
Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...
I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...
I have a macro inside a page. @extends('mobilemaster') @section('content') {{Form::macro('date...
This is the macro i made. {{Form::macro('date', function() { return ' <input type="da...
Hi I've created a custom Validator package that adds a validator for phone numbers: https://github.c...
Hi! I have already created a mySQL database in phpmyAdmin, so I don't really want to use the the Sch...
How we create foregin key in phpmyadmin in laravel4.
I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...
Hi, I've just installed Laravel 4 on my PC and was looking at some tutorials. A lot of them open Lar...
Hello. I'm looking for a way to create dynamic appends to a model. right now i have something like p...
Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this...
I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...
hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...
I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...
Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community