Support the ongoing development of Laravel.io →
saiful

saiful

Joined 25 Aug 2017

Statistics

Threads 3
Replies 4
Solutions 0
Articles 0
posted 5 years ago

Get anonymous user information

i want to develop an email blasting application. the main challenge to collect visitor's email. is t...

0 Likes
1 Replies
posted 6 years ago

laravel email send localhost having problem

Hi guys, i am using xampp (windows) with latest php version and laravel 5.4. here is my .env setting...

0 Likes
2 Replies
posted 6 years ago

laravel join query where AND OR both cluse

how to write Laravel 5.4 Eloquent for the query like this, where ( (table1.fname like %xxxxx% ) OR (...

0 Likes
9 Replies
Solved
replied 6 years ago
0 Likes
replied 6 years ago

laravel join query where AND OR both cluse

hi, //$search = $request->get('search'); $search = "asd"; it showing error but if i ju...

0 Likes
replied 6 years ago
0 Likes
replied 6 years ago

laravel join query where AND OR both cluse

$search = $request['search']; $members = DB::table('users') ->select('users.id','users....

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.