Support the ongoing development of Laravel.io →

Homestead up command throwing error

I followed the main installation guide to the point where I run the command homestead up and I get t...

0 Likes
1 Replies

[Package] OAuth - Never been so easy!

This is my first Laravel package and I'm really excited to contribute! :) The goal of this package i...

0 Likes
22 Replies
posted 10 years ago

How can I achieve a "reverse morph relation"?

Hello everyone! I am trying to achieve something like a morph relation but in a different manner. I...

0 Likes
1 Replies

Get a list of records from 2 tables

I've 2 tables 1st Table is: Projects ID Name 2nd Table is: Users ID Name Project_id...

0 Likes
1 Replies

Read/write in mysql fallback

Hello, I have a mysql read replica setup in aws, where I read from one of the databases and write to...

0 Likes
2 Replies

ValidatesWhenResolved Trait - Where is the validate method ever called?

Myself and a co-worker have been trying to find the source of the magic behind the ValidatesWhenReso...

0 Likes
1 Replies

how to pass json to javascript in laravel

Hello, how to pass json to javascript in laravel this value $salename=json_encode($oSales); resua...

0 Likes
1 Replies
posted 10 years ago

Category issues

I have used franzose/ClosureTable to built the product categories, i need to display each one child...

0 Likes
0 Replies

Many-to-many or public

Hi guys, is there a way to make our belongsToMany() method add more relations than described in pivo...

0 Likes
0 Replies
posted 10 years ago

ErrorException when adding only array to middleware options

Hi i add this code in the construct function of the controller $this->middleware('auth'); and wor...

0 Likes
1 Replies

Controller Inter-Communication and Instantiation

Hello everyone, I just started with Laravel 5 a few day ago and I like most of the things it brings...

0 Likes
0 Replies

Releases Best Practices

Hi there, I am just after some advice in terms of Laravel deployment process. I'm currently using Fo...

0 Likes
0 Replies

How to deal with AUTH in L5?

Before L5, in L4 i had a few filters for AUTH like: Route::filter('guest', function() { if (Auth::c...

0 Likes
1 Replies
Solved

Multi Tenant

I'm just starting out with Lavarel and i could do with a few tips. I'm creating a multi-tenant servi...

0 Likes
4 Replies
posted 10 years ago

download docs?

how to download document laravel 4.2 and 5? thanks in advance

0 Likes
4 Replies

Laravel 5, locale modification in config/app.php

Hi, I'd like make possible add new language from UI to my application. Perfect solution will be add...

0 Likes
0 Replies

Printing best practice

Hi All, Is there a Laravel best practice with regards to printing? ie. Should separate 'printable' v...

0 Likes
0 Replies
posted 10 years ago

Using a non laravel package in Laravel (5)?

Hi, I want to use this repository in my new Laravel 5 project ( the laravel bundle is not up to date...

0 Likes
1 Replies

Help using insertGetId

I have the following query: Product::create($request->all()); which works absolutely fine but...

0 Likes
4 Replies
Solved

Where is the Start folder ?

trying to upgrade from 4.2 version to 5>> i have some php functions & i need to require th...

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