Support the ongoing development of Laravel.io →
posted 10 years ago

why is simple migrations commands messed up.

I am following a guide and it seems that the migration command neither generates the code it is supp...

0 Likes
2 Replies
posted 10 years ago

unload controllers,models and etc in module manager

hi i write a module manager for laravel, forked from https://github.com/creolab/laravel-modules but...

0 Likes
1 Replies
Solved

MethodNotAllowedHttpException on secure Form submit

This issue is with respect to the password reset view (i.e., the view the user is sent to from the p...

0 Likes
0 Replies
posted 10 years ago

Laravel session poblem

Hi, i have problems with my session. First I have created a new session variable Session::put('name'...

0 Likes
1 Replies

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

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.