Contents:
what happens if you have a cron job that takes so long that the next round of scheduling execution occurs?
Could anyone recommend what method i should seek for?
does it always work that way?
Maybe you can see the problem now?
what is an interactive prompt?
how to implement endless levels of categories?
and last question, how to better implement that in Laravel?
what happens if you have a cron job that takes so long that the next round of scheduling execution occurs?
Could anyone recommend what method i should seek for?
does it always work that way?
Maybe you can see the problem now?
what is an interactive prompt?
how to implement endless levels of categories?
and last question, how to better implement that in Laravel?
aleemont 2020-09-12 18:12:17
I think there are some problems with the paths or smth like that
aleemont 2020-09-12 18:13:00
I’m wondering
In what folder do I need to give:
composer require livewire/livewire?
In what folder do I need to give:
composer require livewire/livewire?
aleemont 2020-09-12 18:23:08
It’s like my app doesn’t find livewire
aleemont 2020-09-12 18:46:56
SOLVED
aleemont 2020-09-12 18:47:16
Had to change apache root directory
Roham0010 2020-09-12 20:49:20
natghi2010 2020-09-12 14:23:54
what happens if you have a cron job that takes so long that the next round of scheduling execution occurs? Does it open a second process or do it wait until the first one is finished?
You can use queue they will start one by one I guess..
natghi2010 2020-09-12 20:49:39
Roham0010 2020-09-12 20:49:20
You can use queue they will start one by one I guess..
queue?
Roham0010 2020-09-12 20:51:21
natghi2010 2020-09-12 20:49:39
queue?
Yes queue jobs search about them if you don’t know I also forgot about their behavior π
natghi2010 2020-09-12 20:51:40
Roham0010 2020-09-12 20:51:21
Yes queue jobs search about them if you don’t know I also forgot about their behavior π
I dont know much linux
Roham0010 2020-09-12 20:54:52
natghi2010 2020-09-12 20:51:40
I dont know much linux
It’s a built in laravel feature
natghi2010 2020-09-12 20:55:09
Roham0010 2020-09-12 20:54:52
It’s a built in laravel feature
il give it a shot
Roham0010 2020-09-12 20:56:52
natghi2010 2020-09-12 20:55:09
il give it a shot
Because your process takes time actually the queues are for that kind of jobs.. like sending email to thausand of users or changing some data for a lot of users in database etc..
natghi2010 2020-09-12 20:57:30
Roham0010 2020-09-12 20:56:52
Because your process takes time actually the queues are for that kind of jobs.. like sending email to thausand of users or changing some data for a lot of users in database etc..
yeah. Im using it to backup the database
somesatatti 2020-09-12 20:59:05
Hi everyone! Can you recommend full stack we development course or YouTube video for multiple page application and multiple user university admission portals…
Roham0010 2020-09-12 21:00:27
natghi2010 2020-09-12 20:57:30
yeah. Im using it to backup the database
https://laravel.com/docs/8.x/queues#job-events
Roham0010 2020-09-12 21:00:39
May it helps
aleemont 2020-09-12 21:39:20
Thoughts on Jetstream?
aleemont 2020-09-12 21:39:44
I’m going to study and try it
Babur001 2020-09-12 21:42:18
Dont ask just try it
tutorialsuzadmin 2020-09-12 21:49:53
Babur001 2020-09-12 21:42:18
Dont ask just try it
U r uzbek?
Babur001 2020-09-12 21:53:24
tutorialsuzadmin 2020-09-12 21:49:53
U r uzbek?
Xa ozbekmanπ
tutorialsuzadmin 2020-09-12 21:59:00
Good
Tiththa 2020-09-12 22:55:58
Hi, I am hoping to develop a music streaming service. Searched for players and came up with jwplayer, howlerjs. Jwplayer seems a bit hard to configure to setup for a audio player look. Could anyone recommend what method i should seek for? thanks
Mikedee 2020-09-12 23:28:22
Hi
I am new to vue js and am facing a huge setback
Each time i make changes to my component i have to run npm dev for changes to reflect on the the views
How can i solve this one kindly
I am new to vue js and am facing a huge setback
Each time i make changes to my component i have to run npm dev for changes to reflect on the the views
How can i solve this one kindly
Parsa212 2020-09-12 23:34:03
Mikedee 2020-09-12 23:28:22
Hi
I am new to vue js and am facing a huge setback
Each time i make changes to my component i have to run npm dev for changes to reflect on the the views
How can i solve this one kindly
I am new to vue js and am facing a huge setback
Each time i make changes to my component i have to run npm dev for changes to reflect on the the views
How can i solve this one kindly
Just run
npm run watch
2020-09-12 23:41:11
hey, got pretty trivial question – im trying to work with some json, for start I passed the json to the view and did php echo of it, and it was positioned correctly, after I did json_encode and var_dump, the output shows on top of page, why does that happen?
DesolatorMagno 2020-09-12 23:41:56
show captures.
2020-09-12 23:43:00

this is the controller
2020-09-12 23:43:47

this is the view
2020-09-12 23:44:22

and this is what happens
2020-09-12 23:45:37

if I just dump json right onto the page as here
2020-09-12 23:45:56

its positioned correctly
DesolatorMagno 2020-09-12 23:46:13
you are doing var dump
2020-09-12 23:47:26
does it always work that way? so I should rather try to parse it further onto another array after doing the var_dump and its going to be ok? π
DesolatorMagno 2020-09-12 23:47:50
i have never seem anyone trying to store a var_dump
DesolatorMagno 2020-09-12 23:48:21
I don’t even see why you should need it.
2020-09-12 23:49:42

Im trying to work on this json similarly to this snippet from so
DesolatorMagno 2020-09-12 23:49:45

DesolatorMagno 2020-09-12 23:50:27
Maybe you can see the problem now? you can’t store var_dump, it return null and send it to the output.
2020-09-12 23:51:51
well, thanks for pointing it out π back to square one
DesolatorMagno 2020-09-12 23:53:05
why you wanted to do a var_dump? you where like in square -35, going into a really wrong direction
2020-09-13 00:01:52
dont be so dramatic π it still doesnt explain why var_dump breaks the page view
DesolatorMagno 2020-09-13 00:06:22
Well, you can send a PR to the PHP project and say that that implementation is wrong and you want it changed to your taste.
aleemont 2020-09-13 02:19:58
Babur001 2020-09-12 21:42:18
Dont ask just try it
I just wanted to hear some reviews π
sobirjonovs 2020-09-13 08:26:44
what is an interactive prompt? Is it interactive console?
2020-09-13 11:22:08
Hello koi kya game khelta hai
N4YE3M 2020-09-13 11:44:42
I am looking a for quickbook alternative..it need to be same as quickbook.latest larvael framework and also cleancoding is a must.if anyone have it already or can do it scratch are welcome to message me. I will hire them through market place so that we both can be secured thanks
2020-09-13 11:58:19
Is it possible method of class in case of mock object phpunit
parmonov98 2020-09-13 15:27:06
guys, I’ve got 2 questions.
and need advice on how to implement logic of different limitless categories for goods.
1. how to implement endless levels of categories? exactly Admin of E-commerce shop, should be able to create, edit, remove, substitute categories.
Goods vary depending on categories,
and how to store properties of goods in a table or tables (Mysql is gonna be used.)?
and need advice on how to implement logic of different limitless categories for goods.
1. how to implement endless levels of categories? exactly Admin of E-commerce shop, should be able to create, edit, remove, substitute categories.
Goods vary depending on categories,
and how to store properties of goods in a table or tables (Mysql is gonna be used.)?
parmonov98 2020-09-13 15:31:34
and last question, how to better implement that in Laravel?