Support the ongoing development of Laravel.io →

How to see user properties?

When a user is logged in, I bet Laravel has a clever way of showing whats in the database row for th...

0 Likes
3 Replies
posted 9 years ago

How to call each other Repository

How to call each other Repository. class PostRepository { } class UserRepository { } PostRepositor...

0 Likes
0 Replies

Android Post Response - Internal Server Error 500 - OK in HttpRequester

My Android app is sending Json Array to Laravel 5.0 Rest Api. When i try the code with HttpRequester...

0 Likes
0 Replies

Laravel 5.1 MassAssignmentException After Model $fillable Update

Greetings. I am having trouble with a MassAssignmentException. I was following along Jeffrey Way's v...

0 Likes
12 Replies
posted 9 years ago

Problem creating a project

Hi guys I have a problem, i created a project for laravel app . But I can't find the folder in Bash...

0 Likes
0 Replies
posted 9 years ago

Constraining whereHas query to only the latest in relationship?

I have a table auctions with a column start_amount with a one-to-many relationship to another table...

0 Likes
0 Replies
posted 9 years ago

hasMany relation with ::where() ???

HI Community, im just getting started with Laravel and Eloquent. I'm watching the Laracasts and I'm...

0 Likes
3 Replies
Solved
posted 9 years ago

Error - Packets out of order. Expected 1 received 4. Packet size=2

Hi everyone. I have created a CRM with Laravel 5 and now, for stats purposes I had to develop an Sto...

0 Likes
0 Replies

it's possible to create a new database in laravel?(developers way)

i need to create custom command for create a new database in laravel? ex $php artisan Database Data...

0 Likes
1 Replies

[Package] Query Filters - Filter data based on the query string of HTTP requests

Package fully inspired by this Laracasts lesson: https://laracasts.com/series/eloquent-techniques/ep...

0 Likes
0 Replies

how to enable the postgis plugin in laravel through mogrations ?

i need to to use "Geometric Types (Box,Circle,Line,Line Segment,Path,Point,Polygon)" in la...

0 Likes
0 Replies
posted 9 years ago

Laravel yajra datatables showing json response on the browser

Hi I'm using yajra datatables for Laravel 5 it was returning a json response but showing that respon...

0 Likes
0 Replies

i need to write a migrations in laarvel ?

hai , i need add one column in data base like location . that field should be a geo-location , but i...

0 Likes
2 Replies
posted 9 years ago

How do I check if this object is empty?

This is my route Route::get('/customer/{name}', function($name){ $name = strtolower($name); $custo...

0 Likes
2 Replies
Solved
posted 9 years ago

Failed calling Illuminate\Database\Eloquent\Collection::jsonSerialize()

I have trying to convert two laravel collections in to string using json_encode($collection_array),...

0 Likes
0 Replies
posted 9 years ago

routing ->where('var', '(.*)') to include hashtag (#) character

I have this route in my application: Route::get('/files/{file?}', 'FilesController@checkFile') ->...

0 Likes
0 Replies
posted 9 years ago

[L5.1] Register Service Provider Automatically

Hi, is there any way to register service provider automatically?

0 Likes
4 Replies

Pull Associated Data

I am trying to pull relationship data in the same query. I have the hasMany and belongsTo set in eac...

0 Likes
0 Replies

Form Model Binding, (Many to Many) Polymorphic Relations and sync()

Hello community, I am Laravel newbie, so please, be patient with me. My tables: artists - id - name...

0 Likes
0 Replies

[Package] Larasset - Asset Pipeline - The Ultimate Front-End tool

Hi everybody ! Here my Laravel 4.1+, 5.0, 5.1, 5.3 and 5.3 package: Larasset. This library is a full...

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