I am fairly new to Laravel as well as PHP in general. The following code is working, but I want to b...
Event::listen('widget.sync', function($widget, $user) { if( App::environment('local') ) { Mail::...
Hey guys, Hope the title is not too confusing, but here is what I am trying to do: The user enters a...
Hi all :) I'm using my database to store sessions, and running a few tests to see what happens if so...
Hi there, I'm not new to frameworks and ORMs, but I am new to Laravel and Eloquent. I've just starte...
Hey, I'm new to laravel and still learning a lot every day :) But I have already my project in mind...
Hello, I have trouble creating my tables with the migrate tool. I'd like a table for countries with...
I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...
Hello, how can i make category tree's like: Category 1 category 1.1 category 1.1.1 Categor...
I'm trying to put together a wrestling project and have arrived to the point where I need to put tog...
Hi, I'm trying to create relation from this schema Schema::create('users', function($table) { $...
I've been working on summary queries for my models using something similar to the query below: publi...
Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...
To answer http://forumsarchive.laravel.io/viewtopic.php?id=11485 $test = new Test(); $test->setTa...
I'm having a strange behavior (due to my fault I guess) while trying to paginate some results after...
Hi guys, well, i am using the laravel's log core. as it's based on Monolog i just wanted to know how...
Hello, first thanks for the interest in my topic! Here's my question, I have Laravel and Entrust aut...
Hello, I'm Developing a system for displaying a list of mandatories done by a student in a specified...
Is it possible to do INSERT IGNORE INTO by standard methods or I need to do custom raw query? In thi...
I have table structure like this posts | posts_tags | tags _________________________ id |...
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