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 to properly use Controller Middleware?

I suggest you to try this code for middleware $this->middleware('permission:role-list');...

0 Likes
replied 7 years ago

how to connect my laravel project with phpmyadmin

I suggest you to follow this article steps for Laravel installation step by step on localhost https:...

0 Likes
replied 7 years ago

store form input data to json file

I suggest you to update following code in config/filesystems.php, located in the config folder. In t...

0 Likes
replied 7 years ago

laravel server konfiguration

Hello I suggest you to follow this article for Laravel installation with easy steps https://www.clou...

0 Likes
replied 7 years ago

I want to save data in database through multiple forms.

public function store(Request $request){ $input = Input::all(); $studentdata = $input['student_id'...

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.