Support the ongoing development of Laravel.io →

Alias mystery?

Hi everyone. I am using Aliases for some of my classes in my project in App.php One alias registered...

0 Likes
0 Replies

Homestead: The APP_ENV var is not set when using artisan tinker

Hi there, I have read over all the posts I can find on here about the APP_ENV, and am using the meth...

0 Likes
1 Replies
posted 10 years ago

Multiple Laravel Projects using Vagrant

What to do to create a new project? Tried to do this: folders: - map: /Users/usernamer/Desktop/c...

0 Likes
14 Replies
posted 10 years ago

Pagination & Cache bug problem

hi guys There are bug on this code. http://laravel.io/bin/aaqk8 Why there is bug this code? Thanks i...

0 Likes
0 Replies

What a way to repeat record and store

$number= Input::get('count'); //send number 4 $text = "hello"; fo...

0 Likes
0 Replies

Laravel ElePHPant Kickstarter

Have you guys seen this? I'm seriously considering getting one, I've always wanted one of those elep...

0 Likes
0 Replies

multiple hasMany

Hi, I got a bit confused. for simple messaging system, consider we have two models: User model &...

0 Likes
1 Replies
Solved

Where can I store this array of rules that changes per database row?

I am fairly new to Laravel as well as PHP in general. The following code is working, but I want to b...

0 Likes
0 Replies

Blade templateing undefined index

i want to acces the id from level_1 my array looks like this: Array ( [id] => 85 [id_worl...

0 Likes
1 Replies

External Login API

Hi Everyone, I'm newbye to Laravel and I'm writing you just for some information on how do I structu...

0 Likes
2 Replies

[4.3] Forms

Hi, With 4.3 {{ Form }} tags doesnt work.I cant find any doc about this.I implement illuminate/html...

0 Likes
7 Replies
posted 10 years ago

Missing file reported as 500, not 404

I'm just getting started with Laravel and I've put some routing in place. I've just noticed that whe...

0 Likes
1 Replies

Use select html tag and blade templating at same time

English isn't my first language, so please excuse me any mistakes, I'm brazilian. I'm trying to use,...

0 Likes
4 Replies

How can I refactor this event?

Event::listen('widget.sync', function($widget, $user) { if( App::environment('local') ) { Mail::...

0 Likes
0 Replies

Controller/models outside of the app folder

I have a Laravel application that is used on multiple sites. Everything is in the /app/ folder as i...

0 Likes
1 Replies
Solved

Results of a Query Builder for model eloquent

I'm doing a query using the Query Builder $users = DB::select( DB::raw(" SELECT users.* from us...

0 Likes
0 Replies
posted 10 years ago

file not found after installation

Hello, I did install lavarel by doing /usr/bin/composer.phar global require "laravel/installer=...

0 Likes
3 Replies
Solved

Form Checkbox after pagination always unchecked

Hi all, I just found something strange. I have an index page of some data with a pagination. In ever...

0 Likes
4 Replies

Trouble with index.php in URLs

Hello, I am running a recent stable version of Laravel 4 on Apache 2.2.22 (Debian). My project is lo...

0 Likes
2 Replies

Getting search result + content

Hey guys, Hope the title is not too confusing, but here is what I am trying to do: The user enters a...

0 Likes
5 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.