Has anyone deployed laravel app with worker on heroku or dokku?

|
Chinmay Agrawal 2020-08-16 17:25:13
Fatima 2020-08-16 07:56:03
hello, Is there any way to change timestamp default names ?? ex. time_created instead of created_at and time_updated instead of updated_at .. I want time_created in query response

Make timestamp false
But then you need to manage all by your self

rebory 2020-08-16 18:29:40
i have project in laravel – pls tell me how to compile all header css in single css and all js in single js
rebory 2020-08-16 18:38:56
@skys215 ??
skys215 2020-08-16 18:46:21
rebory 2020-08-16 18:29:40
i have project in laravel – pls tell me how to compile all header css in single css and all js in single js

Mix js, read the doc

rebory 2020-08-16 19:10:11
skys215 2020-08-16 18:46:21
Mix js, read the doc

I used bootstrap

Sukh Graphics 2020-08-16 19:55:05
laravel_discuss-47981.jpg

kailas_ek 2020-08-16 20:11:49
kailas_ek 2020-08-15 09:39:04
https://laracasts.com/discuss/channels/laravel/uploading-multiple-files-to-lumen-api-from-laravel

anyone please help me to resolve this error…this is urgent

eAmirGH 2020-08-16 20:30:47
hey guys
has anyone deployed laravel app with worker on heroku or dokku?
pro_ameer 2020-08-16 21:04:09
What is problem
pro_ameer 2020-08-16 21:08:35
laravel_discuss-47989.jpg

isofdev 2020-08-16 21:10:14
pro_ameer 2020-08-16 21:08:35

Verify your route

pro_ameer 2020-08-16 21:19:47
laravel_discuss-47994.jpg

inlogicstudio 2020-08-16 21:21:09
Hi devs please can someone please explain to me how to properly use vuejs components in laravel in for large project like a 5level authentication system

Or an Article will be appreciated

2020-08-16 21:31:25
inlogicstudio 2020-08-16 21:21:09
Hi devs please can someone please explain to me how to properly use vuejs components in laravel in for large project like a 5level authentication system

Or an Article will be appreciated

Google it bro

inlogicstudio 2020-08-16 21:34:51
inlogicstudio 2020-08-16 21:21:09
Hi devs please can someone please explain to me how to properly use vuejs components in laravel in for large project like a 5level authentication system

Or an Article will be appreciated

Please someone should help me here

inlogicstudio 2020-08-16 21:35:29
inlogicstudio 2020-08-16 21:21:09
Hi devs please can someone please explain to me how to properly use vuejs components in laravel in for large project like a 5level authentication system

Or an Article will be appreciated

Google search results are not bringing sth good

pro_ameer 2020-08-16 21:39:49
pro_ameer 2020-08-16 21:19:47

why say not found

isofdev 2020-08-16 21:41:33
pro_ameer 2020-08-16 21:39:49
why say not found

Can show us your route file

pro_ameer 2020-08-16 21:44:15
laravel_discuss-48001.jpg

pro_ameer 2020-08-16 21:44:36
isofdev 2020-08-16 21:41:33
Can show us your route file

This

Parsa212 2020-08-16 21:46:16
pro_ameer 2020-08-16 21:44:15

localhost/api/Api/corona..

pro_ameer 2020-08-16 21:47:07
Parsa212 2020-08-16 21:46:16
localhost/api/Api/corona..

Nothing

isofdev 2020-08-16 21:48:24
pro_ameer 2020-08-16 21:44:15

Change Api/coronaController@index by
ApicoronaController@index

Parsa212 2020-08-16 21:48:48
pro_ameer 2020-08-16 21:19:47

api instead of Api

isofdev 2020-08-16 21:49:30
pro_ameer 2020-08-16 21:19:47

Not Api but api

pro_ameer 2020-08-16 21:49:37
isofdev 2020-08-16 21:48:24
Change Api/coronaController@index by
ApicoronaController@index

Not found

isofdev 2020-08-16 21:50:45
pro_ameer 2020-08-16 21:49:37
Not found

Your url on postman api instead of Api

pro_ameer 2020-08-16 21:52:46
laravel_discuss-48010.jpg

isofdev 2020-08-16 21:53:12
Why api/Api ?
isofdev 2020-08-16 21:54:12
pro_ameer 2020-08-16 21:52:46

Just localhost:8000/api/get-corona-api

pro_ameer 2020-08-16 21:59:22
laravel_discuss-48022.jpg

Parsa212 2020-08-16 21:59:58
pro_ameer 2020-08-16 21:59:22

Your database is not configured

pro_ameer 2020-08-16 22:02:22
laravel_discuss-48027.jpg

pro_ameer 2020-08-16 22:02:52
connection information
isofdev 2020-08-16 22:03:31
pro_ameer 2020-08-16 22:02:52
connection information

Configure your database on .env file

pro_ameer 2020-08-16 22:08:40
isofdev 2020-08-16 22:03:31
Configure your database on .env file

laravel_discuss-48031.jpg

isofdev 2020-08-16 22:09:24
pro_ameer 2020-08-16 22:08:40

In your project there a .env file

isofdev 2020-08-16 22:09:39
Did find it?
pro_ameer 2020-08-16 22:13:35
laravel_discuss-48034.jpg

pro_ameer 2020-08-16 22:14:12
laravel_discuss-48035.jpg

pro_ameer 2020-08-16 23:21:55
500 Internal Server Error
A generic error message, given when no more specific message is suitable.
lawaloladipupo 2020-08-16 23:46:34
pro_ameer 2020-08-16 23:21:55
500 Internal Server Error
A generic error message, given when no more specific message is suitable.

If you’re using ‘php artisan serve’ stop it and start again anytime you edit you env file

2020-08-17 06:03:39
important question how to check if laravel session is working fine I mean the session timeout

is there a way to get the remaining to session expiration?

kailas_ek 2020-08-17 09:50:40
https://laracasts.com/discuss/channels/laravel/uploading-multiple-files-to-lumen-api-from-laravel

Uploading multiple files to Lumen API from LaravelLaracasts
I have a Lumen API were one of the routes is as given below: $router->group([‘prefix’ => ‘api/v1’], function() use ($router) { $router-&…
kailas_ek 2020-08-17 09:51:50
kailas_ek 2020-08-17 09:50:40
https://laracasts.com/discuss/channels/laravel/uploading-multiple-files-to-lumen-api-from-laravel

Please give your comments on this…this is urgent….not getting help from google to solve this issue

πŸ…½πŸ…ΈπŸ…ΌπŸ…°οΈ 2020-08-17 11:36:53
Hi Guys , I have some tasks with start_at and end_at time , i want when the current time is bigger than start_at , automatic create log.txt

whats your idea for automating this in the background?

Jack_rub 2020-08-17 11:37:23
Hi any one know how to add class in vue js condition wise

My condition is
message.user_id == this.user.id ? Active:inactive

skys215 2020-08-17 11:39:25
Jack_rub 2020-08-17 11:37:23
Hi any one know how to add class in vue js condition wise

My condition is
message.user_id == this.user.id ? Active:inactive

Its laravel group

Jack_rub 2020-08-17 11:39:49
skys215 2020-08-17 11:39:25
Its laravel group

I know

skys215 2020-08-17 11:40:04
Then ask vue group
|