Hi, I got a bit confused. for simple messaging system, consider we have two models: User model &...
I am fairly new to Laravel as well as PHP in general. The following code is working, but I want to b...
i want to acces the id from level_1 my array looks like this: Array ( [id] => 85 [id_worl...
Hi Everyone, I'm newbye to Laravel and I'm writing you just for some information on how do I structu...
Hi, With 4.3 {{ Form }} tags doesnt work.I cant find any doc about this.I implement illuminate/html...
I'm just getting started with Laravel and I've put some routing in place. I've just noticed that whe...
English isn't my first language, so please excuse me any mistakes, I'm brazilian. I'm trying to use,...
Event::listen('widget.sync', function($widget, $user) { if( App::environment('local') ) { Mail::...
I have a Laravel application that is used on multiple sites. Everything is in the /app/ folder as i...
I'm doing a query using the Query Builder $users = DB::select( DB::raw(" SELECT users.* from us...
Hello, I did install lavarel by doing /usr/bin/composer.phar global require "laravel/installer=...
Hi all, I just found something strange. I have an index page of some data with a pagination. In ever...
Hello, I am running a recent stable version of Laravel 4 on Apache 2.2.22 (Debian). My project is lo...
Hey guys, Hope the title is not too confusing, but here is what I am trying to do: The user enters a...
Hi, I'm experiencing a strange behavior in the model observer/event callbacks. I'm trying to clear t...
my project address:https://github.com/xsmyqf/startlaravel when I visit the routes:startlaravel/publi...
Hello, I'm having a struggle with Laravel while trying to make post tags to work... Here is my probl...
Hi all :) I'm using my database to store sessions, and running a few tests to see what happens if so...
Is there a difference, in a blade template view, between <?= View::make('...') ?> or @include(...
I've created a custom validator using the "extending the Validator Class" method like desc...
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