Support the ongoing development of Laravel.io →
Pardeeptech

Pardeeptech

Joined 15 May 2018

Statistics

Threads 2
Replies 39
Solutions 0
Articles 0

Firbase with Laravel

I want to connect laravel project with firebase ?

0 Likes
1 Replies

How to optimize laravel applicaiton by using Class map

I have eCommerce website develop on Laravel but performance of site is quite slow , so how can i opt...

0 Likes
0 Replies
replied 7 years ago

How do I manually create a Paginator in 5

$data = static::get(); $result = []; if(!empty($data)){ foreach ($data as $key...

0 Likes
replied 7 years ago

How do I manually create a Paginator in 5

$data = static::get(); $result = []; if(!empty($data)){ foreach ($data as $ke...

0 Likes
replied 7 years ago

Questions about "Validator::extendImplicit".

you may be use like this to validate By default, when an attribute being validated is not present or...

0 Likes
replied 7 years ago

Laravel Eloquent Relationship

There are different ways we can define relationships. There are hasOne, hasMany, belongsTo, belongsT...

0 Likes
replied 7 years ago

Modify a json file with laravel

Use like , $data = json_decode($your_file_content,true), then modify $data as normal php array, and...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.