How old is too old to be a developer?

|
TheFeLuM 2020-10-25 12:23:58
2020-10-25 12:23:33
Don’t worry. It happens.

sure thx u!!

2020-10-25 12:24:12
TheFeLuM 2020-10-25 12:23:58
sure thx u!!

Happy to help, buddy.

Myke 2020-10-25 12:28:49
laravel_discuss-56372.jpg
hello can someone please help me on how to display the rooms when on select an apartment or house using ajax or vue js
ongray 2020-10-25 12:30:21
TheFeLuM 2020-10-25 11:58:08
someone can explain why in welcome it work but in other blade it doesn’t work ? i just copy and paste it

my wild guess… have u check and set the route name

TheFeLuM 2020-10-25 12:30:37
ongray 2020-10-25 12:30:21
my wild guess… have u check and set the route name

solved thx!

mehrb0d 2020-10-25 12:39:55
What do you guys prefer between Github or Gitlab ?
israa2912 2020-10-25 12:43:02
When I make filter how can I make it accept many parameter for the same filter like :
.. I want to filter doctors to get all doctors in india and italy ex.

so, I want my filter accept two or more value?

2020-10-25 12:43:49
israa2912 2020-10-25 12:43:02
When I make filter how can I make it accept many parameter for the same filter like :
.. I want to filter doctors to get all doctors in india and italy ex.

so, I want my filter accept two or more value?

send json and extract them

Enigm3tic 2020-10-25 12:45:31
laravel_discuss-56382.jpg
I M GETTING THIS..WHEN I SET DEBUG MODE TOTRUE
Enigm3tic 2020-10-25 12:45:41
CAN SOME ONE HELP?
israa2912 2020-10-25 12:45:50
2020-10-25 12:43:49
send json and extract them

Not work with me I want to use this filter API in application

2020-10-25 12:49:44
Most of us (me and my college ) use Github because we can contribute to most of the all popular projects. You will find most of the Open Source project on Github.

Earlier Github private repo was not free at that time people used to used both. But now most are shifted to Github.

israa2912 2020-10-25 12:51:05
mehrb0d 2020-10-25 12:39:55
What do you guys prefer between Github or Gitlab ?

I use github for my normal coding but in my company they use gitlab because more secure and can add many member to your repository specially if there are team and supervisor.

2020-10-25 12:51:15
israa2912 2020-10-25 12:45:50
Not work with me I want to use this filter API in application

can you explain more?

mehrb0d 2020-10-25 12:51:41
Thanks for you’re helps, I’m appreciate you guys
israa2912 2020-10-25 12:53:53
2020-10-25 12:51:15
can you explain more?

laravel_discuss-56391.jpg

2020-10-25 12:54:20
udev21 2020-10-25 11:28:00
COMPOSER_MEMORY_LIMIT=-1 composer update

In local development it should be done in xampp directly for avoiding future errors.

israa2912 2020-10-25 12:54:36
israa2912 2020-10-25 12:53:53

this is my filter it’s accept one city

israa2912 2020-10-25 12:55:10
laravel_discuss-56394.jpg

israa2912 2020-10-25 12:55:53
when i enter many cities it’s not work and return empty array
israa2912 2020-10-25 12:57:30
it should return all doctors in these country
2020-10-25 12:59:38
database के specific column के साथ index array को multiply करना है कैसे होगा laravel में? please help
2020-10-25 13:04:21
Tution fees के column को month के साथ multiply करना है month को array में store कर रहा हु।
AMIT 2020-10-25 13:07:15
Enigm3tic 2020-10-25 12:45:31
I M GETTING THIS..WHEN I SET DEBUG MODE TOTRUE

Set APP_KEY in .ENV file

mirko136 2020-10-25 13:13:59
Enigm3tic 2020-10-25 12:45:31
I M GETTING THIS..WHEN I SET DEBUG MODE TOTRUE

php artisan key:generate

ongray 2020-10-25 13:14:51
israa2912 2020-10-25 12:43:02
When I make filter how can I make it accept many parameter for the same filter like :
.. I want to filter doctors to get all doctors in india and italy ex.

so, I want my filter accept two or more value?

alternatively you can use a string and separator then brake the string into array to construct the Query
eg. user entry for Country = “India, Italy”

datlechin 2020-10-25 13:27:39
help meee
datlechin 2020-10-25 13:27:49
how to use human file size + time ago in laravel
h_noroozi_t_96 2020-10-25 13:41:01
https://www.youtube.com/watch?v=MKKGb-PTpIU&t=19s

کار با stream builder در فلاتر flutterYouTube
ایجاد یک پروژه کوچک در فلاتر با استفاده از streamBuilder#flutter #streamBuilder #فلاتر
natghi2010 2020-10-25 13:47:42
if you lose internet connectivity, livewire is useless?
israa2912 2020-10-25 14:03:16
ongray 2020-10-25 13:14:51
alternatively you can use a string and separator then brake the string into array to construct the Query
eg. user entry for Country = “India, Italy”

I used pipeline to build filter do you Know how to this ?

2020-10-25 14:07:12
https://youtu.be/cnFeJ8ybdHc

online T-shirt design using laravel frameworkYouTube
This application developed using php laravel framework. its useful for online shopping where user can have custom color,text,image on their t-shirt.

Email: bharatjogi.07@gmail.com

Baurel 2020-10-25 14:40:11
laravel_discuss-56408.jpg
hello my dear LARAVEL friends, I hope you are doing well! I’m not going too well. if I come to you, it is because I have a huge problem with the deployment of my aaplication done in laravel in the online server!

I followed all the steps of deployments and I can say that
I carried out the deployment process as usual
but i always come back with this error and i don’t know how to fix it.

please help me

Enigm3tic 2020-10-25 14:54:51
mirko136 2020-10-25 13:13:59
php artisan key:generate

what about this..i need to just set APP_KEY in env file right?

mehrb0d 2020-10-25 14:56:15
Baurel 2020-10-25 14:40:11
hello my dear LARAVEL friends, I hope you are doing well! I’m not going too well. if I come to you, it is because I have a huge problem with the deployment of my aaplication done in laravel in the online server!

I followed all the steps of deployments and I can say that
I carried out the deployment process as usual
but i always come back with this error and i don’t know how to fix it.

please help me

what version of laravel are you use?

Baurel 2020-10-25 14:56:33
laravel 8
Baurel 2020-10-25 14:57:55
Enigm3tic 2020-10-25 14:54:51
what about this..i need to just set APP_KEY in env file right?

I did that too

mehrb0d 2020-10-25 14:59:36
Baurel 2020-10-25 14:56:33
laravel 8

try restating serve, it might works

mehrb0d 2020-10-25 15:00:27
mehrb0d 2020-10-25 14:59:36
try restating serve, it might works

After you restated server use this in your terminal:
php artisan config:clear
php artisan cache:clear
php artisan config:cache

Baurel 2020-10-25 15:01:57
yes I would like to do it but it is on a shared server. my app is not yet in production! but still in dev.
is there not another method?
mehrb0d 2020-10-25 15:03:02
Baurel 2020-10-25 15:01:57
yes I would like to do it but it is on a shared server. my app is not yet in production! but still in dev.
is there not another method?

I see, so can’t restart the serve right?

Baurel 2020-10-25 15:03:49
exactly
mehrb0d 2020-10-25 15:04:22
Baurel 2020-10-25 15:03:49
exactly

Have you checked your .env file?

Baurel 2020-10-25 15:11:05
laravel_discuss-56420.jpg
yes ! Here is what it looks like
mirko136 2020-10-25 15:14:51
Enigm3tic 2020-10-25 14:54:51
what about this..i need to just set APP_KEY in env file right?

Yes. This command generates a key and sets it in your .env file

Enigm3tic 2020-10-25 15:16:40
and app_debug to be set true ryt?
it was set to false
and in config/app.php app debug was set to true
but in.env file..it was set to false
mirko136 2020-10-25 15:18:34
Enigm3tic 2020-10-25 15:16:40
and app_debug to be set true ryt?
it was set to false
and in config/app.php app debug was set to true
but in.env file..it was set to false

Leave its value in config/app.php as it is: it’s just a fallback value in case it isn’t set in the env file. Otherwise, laravel takes it from .env

Enigm3tic 2020-10-25 15:19:39
ok..thank you very much
natghi2010 2020-10-25 15:57:13
how old is too old to be a developer?
AMIT 2020-10-25 17:22:49
natghi2010 2020-10-25 15:57:13
how old is too old to be a developer?

When you give up learning new things.

|