Is it possible to fire a job from project A to project B, when the job is in Project B?

|
mynameisbrad 2021-03-16 15:34:10
Is it possible to fire a job from project A to project B, when the job is in Project B?
nazmulpcc 2021-03-16 15:57:48
mynameisbrad 2021-03-16 15:34:10
Is it possible to fire a job from project A to project B, when the job is in Project B?

Just create an api endpoint in B to fire the Job, then call that from A

haider12312 2021-03-16 16:43:36
how Upload Laravel 7 to server subfolder?
lucasectos 2021-03-16 16:59:12
Has anyone here ever used DOMPDF in Laravel-lumen 8?

I tried exactly the sample codes from the github repository and it doesn’t save the PDF file

mynameisbrad 2021-03-16 18:36:26
nazmulpcc 2021-03-16 15:57:48
Just create an api endpoint in B to fire the Job, then call that from A

Yeah i quessed that I can make it like that, but I really don’t wanna do it and come up with a better way. I just have to hardcode api key which is not a good practice, make specific permissions for the request so only that user can access it and so on. Trying to figure out better way.

LSNV_Loki 2021-03-16 18:40:10
Oh. Is there any reason backend developers are so incompatible with front ones? Learning basics of frontend development and it sounds like pretty odd. no basic help options and lots of specific guys like me may be, but very very sure they are right =) Just if it is phylosophy it’s ok. but if there are any tricks to get exact info easier – welcome.
TheGuyi 2021-03-16 19:08:20
i am using laratrust for user control management, but when i add a normal user with role (user) i cant change them to another role like superadmin how do i go about this?
TheGuyi 2021-03-16 19:08:41
or is there a better simpler package to use than laratrust for this role?
Moses Ejim 2021-03-16 19:20:37
Does anyone knows how I can customize a router to host about 1000 clients locally? Or is there any networking device that can host up to 1000 clients. I know the normal router takes about 250-300
mynameisbrad 2021-03-16 19:57:44
Moses Ejim 2021-03-16 19:20:37
Does anyone knows how I can customize a router to host about 1000 clients locally? Or is there any networking device that can host up to 1000 clients. I know the normal router takes about 250-300

This is question for networking forums, but you can change the range of local dynamic ips so the network can support more clients

mynameisbrad 2021-03-16 19:58:22
Here are some quick range examples:

192.168.0.0 – 192.168.255.255 (65,536 IP addresses)

172.16.0.0 – 172.31.255.255 (1,048,576 IP addresses)

10.0.0.0 – 10.255.255.255 (16,777,216 IP addresses)

Ajesh 2021-03-16 20:10:51
Hii, new to laravel

I have a project in my localhost(xampp) named new_web(in htdocs)

Created virtual host in Windows and trying open project in http://new_web.test

But through this url it lists only folders inside localhost.bit i can use from http://new_web.test/new_web/public
Where it loads correctly

I need to get this contents from http:// new_web.test domain..

Help pls 😊😊

segungreat 2021-03-16 21:34:26
Ajesh 2021-03-16 20:10:51
Hii, new to laravel

I have a project in my localhost(xampp) named new_web(in htdocs)

Created virtual host in Windows and trying open project in http://new_web.test

But through this url it lists only folders inside localhost.bit i can use from http://new_web.test/new_web/public
Where it loads correctly

I need to get this contents from http:// new_web.test domain..

Help pls 😊😊

Setup up the virtual host, or can we see ur virtual host settings

WhoamI 2021-03-16 21:56:28
laravel_discuss-73618.jpg
Kindly Help
Fernando 2021-03-16 21:57:38
laravel_discuss-73620.jpg
hi, is there a way to upload a bunch of files alongside some text info using ajax ? I used to have that in a form but the controller is not working now that I’m using ajax to do it .
Fernando 2021-03-16 21:58:44
WhoamI 2021-03-16 21:56:28
Kindly Help

try deleting the users in ‘users.deleted_at’

Ahmed Çelik 2021-03-16 21:58:52
Hi!

We buy products in bulk from an e-commerce site and upload them to another site. Even though I added the visual links, the images are not coming. What could be the problem, can you help me?

2021-03-16 22:44:29
Hey guyssss
2021-03-16 22:45:42
laravel_discuss-73624.jpg

2021-03-16 22:45:54
I got an issue with my phpstorm idk how to solve this
segungreat 2021-03-16 23:06:59
WhoamI 2021-03-16 21:56:28
Kindly Help

The column deleted_at does not exist

Severusxyz 2021-03-17 02:29:57
Ahmed Çelik 2021-03-16 21:58:52
Hi!

We buy products in bulk from an e-commerce site and upload them to another site. Even though I added the visual links, the images are not coming. What could be the problem, can you help me?

Cross origin, Firewall.

Severusxyz 2021-03-17 02:31:54
Fernando 2021-03-16 21:57:38
hi, is there a way to upload a bunch of files alongside some text info using ajax ? I used to have that in a form but the controller is not working now that I’m using ajax to do it .

HTML file set multiple

Severusxyz 2021-03-17 02:33:22
Ajesh 2021-03-16 20:10:51
Hii, new to laravel

I have a project in my localhost(xampp) named new_web(in htdocs)

Created virtual host in Windows and trying open project in http://new_web.test

But through this url it lists only folders inside localhost.bit i can use from http://new_web.test/new_web/public
Where it loads correctly

I need to get this contents from http:// new_web.test domain..

Help pls 😊😊

Config/app.php , htaccess

godwar53 2021-03-17 02:53:59
Hello Mr/Mrs, i want to ask and need a support about nested relationship with eager loading
godwar53 2021-03-17 02:54:37
these is relationship of the table :

investigation_detail (table)
– id
– name
– ir_id (FK)
– precortive_id (FK)

Precortive (table)
– id
– name

Incident Report (table)

– id
– name
– investigation_id (FK)

godwar53 2021-03-17 02:55:48
this is model relationship
godwar53 2021-03-17 02:56:51
laravel_discuss-73639.jpg
this is eager loading
godwar53 2021-03-17 03:00:38
laravel_discuss-73640.jpg
i tried to retrieve attribute name of precortive but it doesn’t work
godwar53 2021-03-17 03:03:22
maybe any recommendation link as my guide to solve this problem, mr/mrs?
Severusxyz 2021-03-17 05:20:47
laravel_discuss-73644.jpg
Wow tailwindcss is not cheap
2021-03-17 05:50:38
hey everybody. I am using model observers. Is there any good way to do it easier? I meant , am I should create observer for every model
meetlunkad 2021-03-17 06:45:50
Hey
I have an offline software
Now i need licensing system for that

Any suggestions
For login customer can sign in

And database is open
As i dont have any solution for encryption of SQLite 3

Psalmsin 2021-03-17 07:16:17
Hey any resources on Laravel multi-tenancy
Ajesh 2021-03-17 07:57:42
Hii, new to laravel

I have a project in my localhost(xampp) named new_web(in htdocs)

Created virtual host in Windows and trying open project in http://new_web.test

But through this url it lists only folders inside localhost.bit i can use from http://new_web.test/new_web/public
Where it loads correctly

I need to get this contents from http:// new_web.test domain..

Help pls 😊😊

|