Support the ongoing development of Laravel.io →
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

Undefined variable in blade 5.2

Hi, I've a 3 tabs in one of the tabs I'm showing the results of a db_query. In the controller I've...

0 Likes
4 Replies
posted 10 years ago

Passing Json to android

Hello, I was trying to pass json to android application, i'm having "org.json.JSONException: V...

0 Likes
9 Replies

Homestead mobile device testing?

Hello, I'd like to know how people are doing mobile device testing while running sites in the Homest...

0 Likes
3 Replies
posted 9 years ago

basic auth

I have this route group: Route::group(['middleware' => ['web']], function () { //category Route::...

0 Likes
0 Replies
posted 9 years ago

"install" Css bootstrap

Even outside Laravel "installing" Css bootstrap can be a bit messy, in my experience. I pu...

0 Likes
3 Replies
Solved

Authentication Success but Redirect kills the session

Hi, I believe I have googled this but havent got clear answer. I have this AuthController that contr...

mineland405 liked this thread

1 Likes
16 Replies
posted 9 years ago

A week of Laravel (17-24 April 2016)

laravel/framework master 3ecffb9: [5.3] groupBy() minor changes (#13185) @KennedyTedesco 16a5fb3: A...

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.