← prev | next →
2020-04-01 09:41:17
Hame to code krna h
mhd_arffnn 2020-04-01 09:58:15
mhd_arffnn 2020-04-01 08:40:05
guys i want a cron to run every week only on sunday at 12 am
any help on this????
Larainix 2020-04-01 10:05:47
mhd_arffnn 2020-04-01 08:40:05
guys i want a cron to run every week only on sunday at 12 am
hello you can use ->sundays();
mhd_arffnn 2020-04-01 10:07:22
Larainix 2020-04-01 10:05:47
hello you can use ->sundays();
can use like this ->weeklyOn(7, ’00:00′); ?
Larainix 2020-04-01 10:10:18
mhd_arffnn 2020-04-01 10:07:22
can use like this ->weeklyOn(7, ’00:00′); ?
it also works
mhd_arffnn 2020-04-01 10:11:06
Larainix 2020-04-01 10:10:18
it also works
allright thanks!
2020-04-01 10:12:10
anybody help me to fix this bug
Akshay Bhardwaj 2020-04-01 10:51:05
Any one here having experience in email send in laravel from AWs lightsail
Need help
Mrroooto 2020-04-01 11:07:43

Heare i want insert coustom coulom in to pivot table with attach
codewithah 2020-04-01 13:32:03
Hi friends. I spend two days to find solution to this problem but i could not find any thing
My question is imagine we have a API for get Bitcoin price.
If I want call API I should use GET HTTP method to access data of API
But as you know price of Bitcoin changes every moment (every 3 Seconds or 10 seconds or …).
So How I can say to laravel subscribe to the API (Like in Angular).
This mean the API information has been changed I want to recive data instantly.
I do not want call api every moment (for example every 10 sencods )to access API data
Manoj Mehta 2020-04-01 14:50:57
How I can broadcast my webcam on my website.
Any example for live video broadcast in laravel
Kvn_makwana 2020-04-01 15:28:38
Manoj Mehta 2020-04-01 14:50:57
How I can broadcast my webcam on my website.
Any example for live video broadcast in laravel
Use opentok library
sedhossein_dev 2020-04-01 16:02:39
Laravel 7.4 Released
https://laravel-news.com/laravel-7-4-0
Laravel 7.4 Released –
Laravel NewsThe Laravel team released v7.4.0 yesterday with quite a few new features, such as a custom model caster interface, a “when” higher-order collection proxy, and the ability to clear an existing “order” from the query builder:
Higher Order “when” Proxy for Collections
Loris Leiva contributed the ability to use a higher-order proxy with …
zzzxox 2020-04-01 16:14:00
感觉我这学习的速度跟不上laravel的发布速度呀。。
mhd_arffnn 2020-04-01 16:17:19
codewithah 2020-04-01 13:32:03
Hi friends. I spend two days to find solution to this problem but i could not find any thing
My question is imagine we have a API for get Bitcoin price.
If I want call API I should use GET HTTP method to access data of API
But as you know price of Bitcoin changes every moment (every 3 Seconds or 10 seconds or …).
So How I can say to laravel subscribe to the API (Like in Angular).
This mean the API information has been changed I want to recive data instantly.
I do not want call api every moment (for example every 10 sencods )to access API data
you need to call the API yourself every x second, unless the source which is in this case the bitcoin can call your endpoint by themself, so you no need to call it
Mrroooto 2020-04-01 18:05:58
Mrroooto 2020-04-01 18:05:58
Mrroooto 2020-04-01 18:06:07
Whats wrong?
codewithah 2020-04-01 18:14:44
mhd_arffnn 2020-04-01 16:17:19
you need to call the API yourself every x second, unless the source which is in this case the bitcoin can call your endpoint by themself, so you no need to call it
Ok.thank you
Gregorio Nava 2020-04-01 18:17:51
Buen dia, una consulta, estoy usando laravel 5.8 y adminlite, tengo un problema al llamar a un archivo, explico en el index lalmo al archivo apptop.php @extends(‘layouts.apptop’) y funciona bien, envio imagen
Gregorio Nava 2020-04-01 18:19:08

Foto 1
Gregorio Nava 2020-04-01 18:19:47
al hecer click en nuevo usuario llama al archivo create.blade.php que tambien llama al apptop.php pero lo muestra diferente, envio foto
Gregorio Nava 2020-04-01 18:20:10

Foto 2
Neeraj Khatak 2020-04-01 18:20:22
5 years Experience in php Urgent job requirment Laravel and CI.
Gregorio Nava 2020-04-01 18:20:30
mi consulta a que se debera ese problema?, gracias de antemano
DesolatorMagno 2020-04-01 18:31:49
Broken HTML, alguna etiqueta mal cerrada, verifica bien los dos archivos.
Gregorio Nava 2020-04-01 18:42:26
ya verifique, probe llamando desde d boton nuevo usuario el mismo archivo index.blade.php y sale igual
Gregorio Nava 2020-04-01 18:46:32

Foto 3
Gregorio Nava 2020-04-01 18:46:44

Foto 4
Pro 2020-04-01 18:51:13
Gregorio Nava 2020-04-01 18:42:26
ya verifique, probe llamando desde d boton nuevo usuario el mismo archivo index.blade.php y sale igual
A lot of people can’t understand this
Bittle 2020-04-01 18:52:03
Gregorio Nava 2020-04-01 18:42:26
ya verifique, probe llamando desde d boton nuevo usuario el mismo archivo index.blade.php y sale igual
Inglés porfavor
Gregorio Nava 2020-04-01 18:55:34
loading the index file shows it fine, calling the create file from the new user button shows them in another format and I’m calling the same file from @extends(‘layouts.apptop’)
Rizzu1023 2020-04-01 20:47:10
After hosting laravel project on aws home page is working fine
But other routes are not working
Why it is so??
Itengineer2030 2020-04-01 21:10:11
Itengineer2030 2020-04-01 21:10:24
any help please
DesolatorMagno 2020-04-01 21:11:09
you are working over a collection, but you should work over the models inside the collection instead.
Itengineer2030 2020-04-01 21:12:49
DesolatorMagno 2020-04-01 21:11:09
you are working over a collection, but you should work over the models inside the collection instead.
i will check — thanks alot
mohamed abuassi 2020-04-01 22:16:44
Hey guys .. i need course laravel with nosql anyone have course or doc
SUH135 2020-04-01 22:42:40
Hey Any one used slim for creating api
Omarillo95 2020-04-01 22:44:37
the problem is that I have songs, the songs have authors, interpreters and genres (among other things) what are many-to-many relationships
So, what methodology, in what way, when creating a new song !!!! check that it not exists
before
there is no one already inserted that has the same title, the same authors, the same interpreters and the same genres
Omarillo95 2020-04-01 22:44:58
thanks!!!!
2020-04-01 23:18:03
Please can someone help me for laravel scripts to integrate fingerprint biometric device
2020-04-01 23:22:17
Am building a biometric receptionist management system for my final year project ,am left with how to integrate the fingerprint device (Anviz)to the application using laravel, please help
Omarillo95 2020-04-01 23:38:27
2020-04-01 23:22:17
Am building a biometric receptionist management system for my final year project ,am left with how to integrate the fingerprint device (Anviz)to the application using laravel, please help
I’m in my final course project too!! 😁
2020-04-01 23:39:08
Please I want a scripts or block of code to integrate fingerprint device using laravel
Suraz Ghimire 2020-04-01 23:43:13
New to bigdata.
Join my 15 hours of live program completely for beginners.
Learning it live will have a different experience than any video based learning.
Just enroll using below link
https://forms.gle/ZJHQeAh4uu81seAAA
Session starts Sat 6.00 pm IST.
You will get an email from me by Friday EOD.
Big Data Hackathon- Compete with the Best –
Google Docs
Suraz Ghimire 2020-04-01 23:43:14
440+ enrolled, it will be live in youtube so no audience restrictions.
K0n3st 2020-04-02 00:21:53
I have created a user table that has a foreign key team_id that references the teams table. But that table is created later. How do I make the tables go in order?
← prev | next →