Support the ongoing development of Laravel.io →

Migrating users from L3 app to new L4 app

I am looking to refactor a current application running L3 to L4. After reading all these great books...

0 Likes
1 Replies
posted 11 years ago

permission errors

Hello, some errors Error in exception handler: The stream or file "/var/www/myapp/app/storage/l...

0 Likes
7 Replies

Capture Model old data before committing updated data to database

Hi, We have a requirement in our application wherein we need to capture all instance of update opera...

0 Likes
1 Replies

Array on One Column (Join)

DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...

0 Likes
1 Replies

How would you structure this application?

Hey everyone, just getting started and feeling a bit overwhelmed. Hoping someone can set me straight...

0 Likes
3 Replies

Laravel and phpmyadmin on shared host

Hi! I have succesfully upload my app on shared host, and everything is okay except problem with data...

0 Likes
1 Replies
posted 11 years ago

How big of a controller is to big?

Currently building a website, it has about 20 pages which means I have roughly 25 controllers or Pub...

0 Likes
6 Replies

different routes depending on user type

Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...

0 Likes
3 Replies
posted 11 years ago

Manager/User relationship

Hi, I have set up my site so that a User can have a Role by doing: class User... public function...

0 Likes
1 Replies
posted 11 years ago

Bug. These forum posts need some html entities (and response to @rob1grie)

I just posted a somewhat incorrect answer on this thread: http://laravel.io/forum/03-10-2014-specify...

0 Likes
1 Replies

Using GULP with laravel - understanding the basics

Hi I've been using basset as my asset manager and am playing with gulp.js as an alternative to compi...

0 Likes
1 Replies
posted 11 years ago

Github Atom? Thoughts?

What do you guys think of this IDE? I don't have access to it yet (its in beta) but is it just anoth...

0 Likes
7 Replies
posted 11 years ago

Vendor Directory Location

I want to put my vendor directory in the ../vendor folder instead of the vendor folder inside my mai...

0 Likes
0 Replies
posted 11 years ago

Vespakoen menu add active class to parent

Hi, i'm trying to build a menu with this package. The problem for me now is that the second item on...

0 Likes
0 Replies
posted 11 years ago

DB Value retrive

Retrieved value from the MySQL database using @foreach($entity as $key => $value) {{ $val...

0 Likes
1 Replies
posted 11 years ago

How to install the laravel 4?

How to install the laravel 4 in share hosting please help me.. http://imaginetventures.net/sample/R...

0 Likes
1 Replies
posted 11 years ago

Encrypted key

Hello, I can convert a key decripted (for example: 1032) to key encrypted? Thanks

0 Likes
1 Replies

thomaswelton/laravel-gravatar Installation Quesiton

I am trying to install thomaswelton/laravel-gravatar Gravatar Helper and I am having a slight issue....

0 Likes
2 Replies
posted 11 years ago

Getting orderby in conversation

How do I achieve to order my conversation by latest messages. I got this so far but it's not working...

0 Likes
1 Replies

Opinion on getReceiver

Would you do // Model public function getReceiver() { return $this->users()->where('user_i...

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.