← prev | next →
Jack_rub 2020-06-16 13:38:47
#admin please remove this bot
Jack_rub 2020-06-16 13:39:01
unable to share error
Jack_rub 2020-06-16 13:42:34
why u remove message
Jack_rub 2020-06-16 13:44:55
/Deprecation Notice: Class AppHttpControllersClientLocationController located in ./app/Http/Controllers/Client/1LocationController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
> IlluminateFoundationComposerScripts::postAutoloadDump
> @php artisan package:discover –ansi
Parse error: syntax error, unexpected ‘yearly’ (T_STRING) in /home/forge/developer/app/Console/Kernel.php on line 29
PHP Parse error: syntax error, unexpected ‘yearly’ (T_STRING) in /home/forge/developer/app/Console/Kernel.php on line 29
Script @php artisan package:discover –ansi handling the post-autoload-dump event returned with error code 255
Jack_rub 2020-06-16 13:45:27
please help me to solve this problem
Jack_rub 2020-06-16 13:45:47
unable to pull my code on server due to this error
Jack_rub 2020-06-16 13:46:19
on line no. 29 in kernal.php i have solve this issue but still facing problem
skys215 2020-06-16 13:51:58
Jack_rub 2020-06-16 13:44:55
/Deprecation Notice: Class AppHttpControllersClientLocationController located in ./app/Http/Controllers/Client/1LocationController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
> IlluminateFoundationComposerScripts::postAutoloadDump
> @php artisan package:discover –ansi
Parse error: syntax error, unexpected ‘yearly’ (T_STRING) in /home/forge/developer/app/Console/Kernel.php on line 29
PHP Parse error: syntax error, unexpected ‘yearly’ (T_STRING) in /home/forge/developer/app/Console/Kernel.php on line 29
Script @php artisan package:discover –ansi handling the post-autoload-dump event returned with error code 255
It’s obvious
skys215 2020-06-16 13:52:13
Jack_rub 2020-06-16 13:46:19
on line no. 29 in kernal.php i have solve this issue but still facing problem
Than it must be somewhere else
Jack_rub 2020-06-16 13:53:42
so how to find
Jack_rub 2020-06-16 13:54:13
skys215 2020-06-16 13:52:13
Than it must be somewhere else
how i am find error
skys215 2020-06-16 13:55:20
Jack_rub 2020-06-16 13:46:19
on line no. 29 in kernal.php i have solve this issue but still facing problem
If still got same error, than maybe you didn’t fix it
skys215 2020-06-16 13:55:46
Or you fixed it locally and didn’t push the latest commit, and didn’t pull it on the server
Jack_rub 2020-06-16 13:56:23
i am fix in my local machine and pushed code. but when i pull my code on server then its throw error
YOUCODEWORLD 2020-06-16 13:57:08
Z_Yamin 2020-06-16 13:24:50
how can i generate unique number in store it with other data come from a form ?
$uniqueid = uniqid();
skys215 2020-06-16 13:57:49
Jack_rub 2020-06-16 13:56:23
i am fix in my local machine and pushed code. but when i pull my code on server then its throw error
I guess what you did is composer update, not git pull
Jack_rub 2020-06-16 13:59:12
skys215 2020-06-16 13:57:49
I guess what you did is composer update, not git pull
okay
YOUCODEWORLD 2020-06-16 13:59:14
Jack_rub 2020-06-16 13:44:55
/Deprecation Notice: Class AppHttpControllersClientLocationController located in ./app/Http/Controllers/Client/1LocationController.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
> IlluminateFoundationComposerScripts::postAutoloadDump
> @php artisan package:discover –ansi
Parse error: syntax error, unexpected ‘yearly’ (T_STRING) in /home/forge/developer/app/Console/Kernel.php on line 29
PHP Parse error: syntax error, unexpected ‘yearly’ (T_STRING) in /home/forge/developer/app/Console/Kernel.php on line 29
Script @php artisan package:discover –ansi handling the post-autoload-dump event returned with error code 255
You take a screenshot please
Jack_rub 2020-06-16 14:01:04
YOUCODEWORLD 2020-06-16 13:59:14
You take a screenshot please
okay i will send screen shot
Jack_rub 2020-06-16 14:10:30
my issue solved
skys215 2020-06-16 14:12:04
Not at all
praneet81 2020-06-16 14:20:41
https://charts.erik.cat/
Laravel Charts –
charts.erik.catThe missing laravel charting library (outdated)
praneet81 2020-06-16 14:20:52
praneet81 2020-06-16 14:20:41
https://charts.erik.cat/
Has anyone used this package?
YOUCODEWORLD 2020-06-16 14:23:06
Have Any questions?
praneet81 2020-06-16 14:23:45
Yeah I’m unable to change the values in yaxis
praneet81 2020-06-16 14:24:01
It shows the default values not what I’m putting in
YOUCODEWORLD 2020-06-16 14:35:31
show me your code please
sagar verma 2020-06-16 14:35:41
sagar verma 2020-06-16 14:36:06
sagar verma 2020-06-16 14:36:27
How to fix this issue
YOUCODEWORLD 2020-06-16 14:37:22
sagar verma 2020-06-16 14:35:41
->name(‘user’)
sagar verma 2020-06-16 14:38:51
Named route?
YOUCODEWORLD 2020-06-16 14:49:38
YOUCODEWORLD 2020-06-16 14:50:44
Route::get($uri, $callback);
YOUCODEWORLD 2020-06-16 14:51:11
second variable is calback
YOUCODEWORLD 2020-06-16 14:54:32
if you use array
YOUCODEWORLD 2020-06-16 14:55:57
you want change the parameter of test?
praneet81 2020-06-16 14:56:14
Well i think I’ve figured out the chart package, i hardcoded the entries and it’s working
Turns out my query was wrong
Which brings me to my next question
I want the total number of users joined in a particular day of a single month
Can anyone guide me how to achieve that?
praneet81 2020-06-16 14:57:09
sagar verma 2020-06-16 14:35:41
You’re not passing any parameter in the URL
YOUCODEWORLD 2020-06-16 14:57:50
sure
YOUCODEWORLD 2020-06-16 14:58:01
test/{id}
YOUCODEWORLD 2020-06-16 14:58:12
must have parameters
YOUCODEWORLD 2020-06-16 14:59:56
praneet81 2020-06-16 14:56:14
Well i think I’ve figured out the chart package, i hardcoded the entries and it’s working
Turns out my query was wrong
Which brings me to my next question
I want the total number of users joined in a particular day of a single month
Can anyone guide me how to achieve that?
you can try $user->where(‘careate_at’, you particular day)->count()
praneet81 2020-06-16 15:01:31
YOUCODEWORLD 2020-06-16 14:59:56
you can try $user->where(‘careate_at’, you particular day)->count()
So my x axis will have dates that is from 1st of the month to the last of the month and yaxis will have total number of users registered that day and should show zero when no users registered, I’m not sure this query would be enough🤔
YOUCODEWORLD 2020-06-16 15:03:41
you try strtotime($start)
praneet81 2020-06-16 15:05:09
YOUCODEWORLD 2020-06-16 15:03:41
you try strtotime($start)
Didn’t get you
YOUCODEWORLD 2020-06-16 15:05:25
show me your code
DevVivek 2020-06-16 15:06:12
I wrote my question but its not showing
praneet81 2020-06-16 15:06:32

Photo from Praneet Singh Roopra
YOUCODEWORLD 2020-06-16 15:06:37
the roobot eating hahah
← prev | next →