Contents:
Pls Is there any already built Laravel project that can print students card with unique ID number, school , picture and course?
Hello, can I explain here?
can anyone helps me to solve this problem exactly ?
Pls Is there any already built Laravel project that can print students card with unique ID number, school , picture and course?
Hello, can I explain here?
can anyone helps me to solve this problem exactly ?
terzuxtech 2022-04-15 00:58:08
Pls Is there any already built Laravel project that can print students card with unique ID number, school , picture and course?? Would be happy to know
enotdesigns 2022-04-15 05:09:03
Hello! I’m having a problem with tailwind.confg.js , when put in color:{} a New variable color and I use that in the html is not working but npm run watch is running… what do you think is?
Technical_Bhushan 2022-04-15 05:11:04
dev_arman 2022-04-14 22:16:17
artisan config:clear ?
yes i did that also but same issue
enotdesigns 2022-04-15 05:27:05

Buenas noches, algun truco para que se actualize el tailwind.config.js? tengo activado el npm run watch, actualiza los class que le ponga por default pero los parametros personalizados no los reconoce. En container tengo unos Paddings y tampoco lo actualiza.
krisnaa 2022-04-15 05:35:31
Guys hiring React Native developer for e-commerce front end gig
If this interests you then do ping me with your portfolio and Resume.
We would prefer Indian candidates as we are paying in INR***
Karube0910 2022-04-15 09:31:23
Hello! I’m Geetanshu, a Technical Recruiter at TechCurators. We are an assessment-based company. We are looking for Subject Matter Experts in Occupational Safety and Health(OSH). If you are interested, kindly revert with your contact details. It will be a paid freelance project.
Thanks
Thanks
Narayan Ji 2022-04-15 10:46:04
Hello all, i am facing one issue, when i am integrating the html page with laravel , the loading time is very slow why
devpsoft 2022-04-15 12:40:17
Narayan Ji 2022-04-15 10:46:04
Hello all, i am facing one issue, when i am integrating the html page with laravel , the loading time is very slow why
You can see in inspector of browser
Jyoti2083 2022-04-15 12:53:45

Jyoti2083 2022-04-15 12:53:56
Getting this
Jyoti2083 2022-04-15 12:54:08
On postman
olive_soldier 2022-04-15 12:55:57
Share base url
Jyoti2083 2022-04-15 13:19:41
Ok
Jyoti2083 2022-04-15 13:20:13

Jyoti2083 2022-04-15 13:20:24
How I can correct this
Boss_meet 2022-04-15 13:40:51
Just try it without base url
Boss_meet 2022-04-15 13:41:22
Remove base url from there and type full url than check.
Jyoti2083 2022-04-15 13:59:11
Resolved
terzuxtech 2022-04-15 14:11:19
pls i need a school mangement system with an already complete website as a cover, pls anyone can send me the repository for download thank you.
Vaidehi 2022-04-15 14:23:44
Jyoti2083 2022-04-15 13:59:11
Resolved
How ??
masmos08 2022-04-15 14:46:33
Guudu š 2022-04-14 21:34:37
Anyone know template download for laravel
You can try out out AdminLTE
h_254 2022-04-15 15:30:07
Guudu š 2022-04-14 21:34:37
Anyone know template download for laravel
Lara admin or voyager
Mr. Nā” ā”Nā¬š®š³ 2022-04-15 15:52:10
Bye guys
Mr. Nā” ā”Nā¬š®š³ 2022-04-15 15:52:21
š
šš
šš
Vaidehi 2022-04-15 15:52:25
Mr. Nā” ā”Nā¬š®š³ 2022-04-15 15:52:10
Bye guys
Where??
Boss_meet 2022-04-15 15:53:04
Mr. Nā” ā”Nā¬š®š³ 2022-04-15 15:52:10
Bye guys
Byeee byeee
Devajayantha 2022-04-15 17:16:16
Tell in here bro
Devajayantha 2022-04-15 17:22:10
Bro
CEO_mw 2022-04-15 17:28:26
Hello, can I explain here?
zey34354 2022-04-15 17:40:48

zey34354 2022-04-15 17:41:06
can anyone helps me to solve this problem exactly ?
kev 2022-04-15 17:46:36
Hi guys im new to laravel i have this project that im currently working on, im kind stack on how to restrict normal user to see/access what admin user can see on the same page..
kev 2022-04-15 17:46:54
plz any ideas
themanojyadav 2022-04-15 17:48:02
kev 2022-04-15 17:46:36
Hi guys im new to laravel i have this project that im currently working on, im kind stack on how to restrict normal user to see/access what admin user can see on the same page..
Simply you can use if condition with specify the roles stores in session or Auth::user()->role
kev 2022-04-15 17:57:29
themanojyadav 2022-04-15 17:48:02
Simply you can use if condition with specify the roles stores in session or Auth::user()->role
thanks let me try that