Support the ongoing development of Laravel.io →

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 5 years ago

Laravel Not Running on shared hosting without SSH

No SSH Terminal With shared hosting service, you don’t get any SSH Terminal. Hence, it’s a big No, a...

0 Likes
replied 5 years ago

how to sum the rows in laravel

I suggest you to try below query $marks = DB::table('marks')->where('user_id' '=' $id)->sum('m...

0 Likes
replied 5 years ago

How to check unique key validation on Update

I suggest you to try this code $emp_id = Request::get('emp_id', $default); $rules = [ 'emp_id'...

0 Likes
replied 5 years ago

Problem with laravel 5.8

I suggest you to check your route configuration file like your method name and Controller name , I a...

0 Likes
replied 5 years ago

Subdomain based login not working in Laravel

I suggest you to read and follow this article steps for Laravel Domain sub routing http://www.neybg....

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.

© 2024 Laravel.io - All rights reserved.