← prev | next →
enes_sonmez 2021-02-15 12:12:28
hello people. Is there an easy way to make a command scheduled at multiple specified hours in a day? eg. 09:00 , 15:00 , 18:00
enes_sonmez 2021-02-15 12:12:55
such as multiple inputs of dailyAt method
Batu157 2021-02-15 12:16:15
enes_sonmez 2021-02-15 12:12:28
hello people. Is there an easy way to make a command scheduled at multiple specified hours in a day? eg. 09:00 , 15:00 , 18:00
Yes, look for laravel schedule, it is pretty easy.
You only need to create a task in your machine that runs “PHP artisan run:schedule” and you control all your commands in your laravel
imhajiiii 2021-02-15 12:42:50
Hello friends, has anyone worked with LiveWire?
lectron 2021-02-15 13:31:08
imhajiiii 2021-02-15 12:42:50
Hello friends, has anyone worked with LiveWire?
Yeah
lectron 2021-02-15 13:32:25
enes_sonmez 2021-02-15 12:12:28
hello people. Is there an easy way to make a command scheduled at multiple specified hours in a day? eg. 09:00 , 15:00 , 18:00
If it’s hosted on cpanel you can checkout cron
lectron 2021-02-15 13:33:11
natghi2010 2021-02-14 13:51:30
Anyone have exp in scraping?
Yeah, in python
lectron 2021-02-15 13:34:04
Techzsmart 2021-02-14 10:31:31
Can anyone help me how to Start will Laravel 8 and How to install please guide me
Checkout laravel.com, best way to kickstart laravel
rijisoft 2021-02-15 14:18:53
WebBackend 2020-09-25 10:43:48
When i generated pdf, image not show. is related to size of image? Any help please
is your problem solved?
WebBackend 2021-02-15 14:19:24
rijisoft 2021-02-15 14:18:53
is your problem solved?
i think, yeah
segungreat 2021-02-15 14:37:52
imhajiiii 2021-02-15 12:42:50
Hello friends, has anyone worked with LiveWire?
Yes
Ayushi2020 2021-02-15 14:56:44
https://www.linkedin.com/posts/ayushi-goel-066818152_laravel-laraveldevelopers-laraveldeveloper-activity-6767048665602301952-dW5E
Ayushi Goel on LinkedIn: #laravel #laraveldevelopers #laraveldeveloper –
LinkedinUrgent hiring for Laravel developers.
Experience – a minimum of 2 years.
Location – Noida.
Workdays – Monday to Friday.
Job Description:
> 3+ years of…
natghi2010 2021-02-15 15:08:05
lectron 2021-02-15 13:33:11
Yeah, in python
how do you select an element which doesnt have tag?
natghi2010 2021-02-15 15:08:33
<body>
<h1>Sample Header</h1>
hello world
</body>
natghi2010 2021-02-15 15:09:05
how do you get select the ‘hello world’. Even with a js or css selector.
Batu157 2021-02-15 15:10:27
Why is it outside off a html tag?
natghi2010 2021-02-15 15:11:42
Batu157 2021-02-15 15:10:27
Why is it outside off a html tag?
its not
Batu157 2021-02-15 15:21:09
natghi2010 2021-02-15 15:11:42
its not
Yes it is, hello word is not in a html tag, just into body section.
If you get text of body it will return every text into body section for example
natghi2010 2021-02-15 15:21:42
Batu157 2021-02-15 15:21:09
Yes it is, hello word is not in a html tag, just into body section.
If you get text of body it will return every text into body section for example
and seperating the title and the text?
Batu157 2021-02-15 15:22:29
natghi2010 2021-02-15 15:21:42
and seperating the title and the text?
It would be easier yes, if not you would need to get the body tag, clone the object, remove other tags and get the text, way harder
sbruder 2021-02-15 15:42:05
Laser Stack v0.1.0 released: laravel and wordpress drivers, new features and bugfixes: https://github.com/sdbruder/laserstack/releases/tag/v0.1.0
Release v0.1.0 · sdbruder/laserstack –
GitHubFixed
Typo fix on CHANGELOG itself. duh.
Typo in Dockerfile, laser build is now fixed.
laser mysql now accepts parameters so you can call laser mysql yourdatabase
fixed supervisor install, …
Cleo_hacker 2021-02-15 15:52:11
Cleo_hacker 2021-02-15 15:52:21
kindy help on how to pass methods to jet-component from livwire
mynameisbrad 2021-02-15 16:34:11
Yo fellow developers, I’m currently having problems with the jobs and queues in Laravel. So I have a Job which calls another job (with dispatch) at the end, but the problem is for some reason my queue:work stops working (Killed), and there is nothing coming in jobs_failed. How can i debug this?
nazmulpcc 2021-02-15 16:37:45
mynameisbrad 2021-02-15 16:34:11
Yo fellow developers, I’m currently having problems with the jobs and queues in Laravel. So I have a Job which calls another job (with dispatch) at the end, but the problem is for some reason my queue:work stops working (Killed), and there is nothing coming in jobs_failed. How can i debug this?
Probably some memory related issue. What type of resource are you consumig in the related jobs?
mynameisbrad 2021-02-15 16:38:53
They are made to import data from files into the database, so yeah maybe it could be, but still if i don’t see the error I’m kinda empty handed.
nazmulpcc 2021-02-15 16:40:31
Try manually freeing every resource you are allocating, like “fclose” and others if you are working with files. Also, say you are working with 3 files, try commenting out each one to pin point which one is causing it.
sbruder 2021-02-15 16:53:20
perhaps include some monitor agent in your php ?
sbruder 2021-02-15 16:53:45
(.. and make sure it’s included even on CLI php which is what usually runs queues)
Prem Soni 2021-02-15 17:10:45
anyone have work in html and css than dm me
mynameisbrad 2021-02-15 17:33:14
Nazmul , @sbruder , thanks for the help, I tried to incrase the memory limit when running the cli command php artisan:work, but still didn’t have any success. Altho it seems that the default timeout is 60s and thats where the problem came. Increasing it fixed everything. Thanks again.
2021-02-15 17:38:00
Is there an api to download youtube video using php
2021-02-15 17:38:11
Is there an api to download youtube video using php
Shivamgutpa639 2021-02-15 17:41:47
Hlo I need a help
Shivamgutpa639 2021-02-15 17:42:18

Can anyone tell me how to fix this
← prev | next →