You are downloading from database?

|
otabekzairov 2022-09-20 12:41:12
strideforward 2022-09-20 12:40:51
You are downloading from database?

nope I’m using laravel excel library

strideforward 2022-09-20 12:43:00
otabekzairov 2022-09-20 12:41:12
nope I’m using laravel excel library

What is the source for export excel?

otabekzairov 2022-09-20 12:43:10
strideforward 2022-09-20 12:40:51
You are downloading from database?

laravel_discuss-138983.jpg
i must hide or remove these rows before exporting

strideforward 2022-09-20 12:43:55
You can set condition in controller
strideforward 2022-09-20 12:44:23
otabekzairov 2022-09-20 12:43:10
laravel_discuss-138983.jpg
i must hide or remove these rows before exporting

public function exportUsers(Request $request){
return Excel::download(new ExportUser, ‘users.xlsx’);
}

strideforward 2022-09-20 12:44:54
Just before the above you can customize the array for export user with field null
Sunny Kumar 2022-09-20 12:58:42
Hell everyone I’m new laravel user, I want help,for how to add roles and permission in my project
Addy 2022-09-20 13:17:59
Need laravel developer, dm me
Addy 2022-09-20 13:20:44
I need laravel developer, if anyone is interested let me know
smokey_18 2022-09-20 13:21:09
Addy 2022-09-20 13:20:44
laravel_discuss-138983.jpg
I need laravel developer, if anyone is interested let me know

for what ?

smokey_18 2022-09-20 13:21:19
come inbox for more details
Addy 2022-09-20 13:21:52
I need laravel developer, if anyone is interested let me know
Addy 2022-09-20 13:22:43
smokey_18 2022-09-20 13:21:09
laravel_discuss-138983.jpg
for what ?

Development

smokey_18 2022-09-20 13:25:16
Addy 2022-09-20 13:22:43
laravel_discuss-138983.jpg
Development

sure inbox please

Addy 2022-09-20 13:25:32
smokey_18 2022-09-20 13:25:16
laravel_discuss-138983.jpg
sure inbox please

u can dm me

Pro 2022-09-20 13:30:53
smokey_18 2022-09-20 13:21:09
laravel_discuss-138983.jpg
for what ?

Good question xd 😂

Maddala Jashwanth 2022-09-20 13:33:25
Can anyone help me I am getting an error
Anand Tujare 2022-09-20 13:38:23
Maddala Jashwanth 2022-09-20 13:33:25
laravel_discuss-138983.jpg
Can anyone help me I am getting an error

Tell me .

Maddala Jashwanth 2022-09-20 13:56:24
laravel_discuss-139004.jpg
please help me
DarshanSaroya 2022-09-20 14:07:58
Maddala Jashwanth 2022-09-20 13:56:24
laravel_discuss-139004.jpg
please help me

I get same query from other person personally.

mayankmind 2022-09-20 14:12:29
Maddala Jashwanth 2022-09-20 13:56:24
laravel_discuss-139004.jpg
please help me

Check SQL file and change in id = 3 to any other number in langages table

Boudouft_Kaoutar 2022-09-20 15:02:48
Maddala Jashwanth 2022-09-20 13:56:24
laravel_discuss-139004.jpg
please help me

it’s more logic to let id auto increment

Ganesh vasu 2022-09-20 15:11:35
laravel_discuss-139009.jpg
I’m try to update laravel from 7 to 8
Matthew Tunde 2022-09-20 16:08:58
laravel_discuss-139015.jpg
I’m unable to read my server url from my flutter code
JD 2022-09-20 16:24:41
*Capgemini training & placement*

Java full stack Professional course (online mode)
INVITING TECH GRADUATES LOOKING FOR IMMEDIATE JOB!!

*Capgemini Certified Java full stack Professional course*

School Of Coding Chennai Center – Announcing a new batch of *CAPGEMINI FULL STACK JAVA DEVELOPER*
*Software testing*
*Amazon Web services*

*A training cum placement program in partnership with EduBridge and Capgemini*

Eligibility:
• Male and Female between of age 20 years to 25 years looking for a JOB.
• BE/BTech (IT/CS/ECE/EEE) / BCA, MCA, B.Sc, M.Sc – 2020 & 2021 pass outs only with a minimum of 50%
• Your overall family income must be INR 4.5 Lacs & below
* Female candidates from Chennai are most preferable*

Students will have to pay *Rs.2000/- only* for enrollment

*After course completion placement*
1.Capgemini
2.Accenture
3.TCS
4.Brilasoft

*Application Link*
https://forms.gle/hHLmBTYbTz2eUXxs7

For More information
Call Career Experts
S Jothilakshmi- 9710592995
today!!
* T&C apply

Chazkame 2022-09-20 16:26:05
Hi everyone, I need help please. I want to make a dependent dropdown using ajax, but most tutorials required the child model to be belongsTo method, and what I have in my project is a belongsToMany. Does anyone knows how to do this? Or can share any tutorials? 🙏🙏🙏
beadsea888 2022-09-20 16:40:55
Chazkame 2022-09-20 16:26:05
laravel_discuss-139004.jpg
Hi everyone, I need help please. I want to make a dependent dropdown using ajax, but most tutorials required the child model to be belongsTo method, and what I have in my project is a belongsToMany. Does anyone knows how to do this? Or can share any tutorials? 🙏🙏🙏

BelongsToMany means n:m and the belongsTo means 1:m.
In the perspective of the parent, it just means to have many children.
It will be same for your case to create dependent dropdown.

Khoerulhumam 2022-09-20 16:59:15
Chazkame 2022-09-20 16:26:05
laravel_discuss-139004.jpg
Hi everyone, I need help please. I want to make a dependent dropdown using ajax, but most tutorials required the child model to be belongsTo method, and what I have in my project is a belongsToMany. Does anyone knows how to do this? Or can share any tutorials? 🙏🙏🙏

Multi Select Dropdown Filter in Laravel using AJAXYouTube
In this video i will explain you how to filter the data using dropdown to fetch the data from database. We will use three dropdowns to filter the data from the database.
We will search on based of Country, Salaries and the type of the user.
We will filter the result and show on our browser. We can navigate the filtered data using pagination. Data will route from one page to another without page refreshing.

Project Installation with Factories and Database Seeders
Part 1

Pagination and show data from database with AJAX
Part 2

Search without page Submit using AJAX
Part 3

Code for this video
https://github.com/Abdullahmasood553/filters-pagination

You like & Subscribe will be highly appreciated if you get something from this video.

#laravel #search #ajax #filter

web design 2022-09-20 17:18:14
laravel_discuss-139020.jpg

web design 2022-09-20 17:18:45
How can I solve it?
FaKe_Sahandi81 2022-09-20 17:21:29
web design 2022-09-20 17:18:14
laravel_discuss-139020.jpg

here is a VUE.js group mohandes jan ?

web design 2022-09-20 17:22:11
FaKe_Sahandi81 2022-09-20 17:21:29
laravel_discuss-139020.jpg
here is a VUE.js group mohandes jan ?

No, But i use laravel

FaKe_Sahandi81 2022-09-20 17:22:34
web design 2022-09-20 17:22:11
laravel_discuss-139020.jpg
No, But i use laravel

still u dont get ur answer here …

RETRIC PRIVATE LIMITED 2022-09-20 19:18:49
Looking for laravel developer for full. Time
udev21 2022-09-20 19:42:05
RETRIC PRIVATE LIMITED 2022-09-20 19:18:49
laravel_discuss-139020.jpg
Looking for laravel developer for full. Time

I’m interested

|