← prev | next →
2021-01-11 16:30:14
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
2021-01-11 16:30:28
hello , im hendy. i got a problem with this
2021-01-11 16:31:02
hendy@Hendys-MacBook-Air gudang % php –ini
Configuration File (php.ini) Path: /etc
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
hendy@Hendys-MacBook-Air gudang % php -r “echo ini_get(‘memory_limit’).PHP_EOL;”
128M
2021-01-11 16:31:19
anyone have a solution for this thing?
2021-01-11 16:31:42
thanks…
Ankit Kumar 2021-01-11 18:54:20
How to Student result show by roll number please tell me
Ankit Kumar 2021-01-11 18:56:38
Please share coding stundent result system
cod3r_rn 2021-01-11 19:41:12
I need to get a value from radio button
In controller
Admin::where(‘name’ ,$request -> $pos );
But it not working is ithe $pos cannot call directly in request
I need to use the variable because the field as variable and. Not a name
veddishant 2021-01-11 19:42:54
cod3r_rn 2021-01-11 19:41:12
I need to get a value from radio button
In controller
Admin::where(‘name’ ,$request -> $pos );
But it not working is ithe $pos cannot call directly in request
I need to use the variable because the field as variable and. Not a name
On starting controller check
dd($request->all());
In form select one value
cod3r_rn 2021-01-11 19:43:12
dd stands for??
RezaAmini_ir 2021-01-11 19:43:30
cod3r_rn 2021-01-11 19:43:12
dd stands for??
dump and die!
veddishant 2021-01-11 19:43:43
Yes!
cod3r_rn 2021-01-11 19:43:50
Okay thanks 😍
Jomitz 2021-01-11 19:55:02
2021-01-11 16:31:02
hendy@Hendys-MacBook-Air gudang % php –ini
Configuration File (php.ini) Path: /etc
Loaded Configuration File: (none)
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
hendy@Hendys-MacBook-Air gudang % php -r “echo ini_get(‘memory_limit’).PHP_EOL;”
128M
Check for a file in the xampp installed folder named php.ini then there will be a variables named post_max_size and file_upload_max_size something like this chnge its value to like 500 mb something then save and restart xampp or wamp
LuPe321 2021-01-11 21:17:09
Hi guys, can you help me some more experienced user? thanks in advance , I am dealing with Query Builder and I have lost in black hole, I want to rewrite MysQL query into laravel Query Builder :
SELECT a.ID, a.joinToName, a.phoneNumber, a.holiday, b.phoneNumberID, b.Description, b.user, b.updated_at
from phoneNumers as a
LEFT JOIN history as b ON a.ID = b.phoneNumberID
AND b.updated_at = (select MAX(updated_at) from history where a.ID = b.phoneNumberID)
where a.holiday = -1
veddishant 2021-01-11 22:54:53
Does any one have latest version of laralvel`s passport starter package!!
With login, registration api and combine with token generate and refresh!
Tq in advance 🙂!
segungreat 2021-01-12 00:36:09
LuPe321 2021-01-11 21:17:09
Hi guys, can you help me some more experienced user? thanks in advance , I am dealing with Query Builder and I have lost in black hole, I want to rewrite MysQL query into laravel Query Builder :
SELECT a.ID, a.joinToName, a.phoneNumber, a.holiday, b.phoneNumberID, b.Description, b.user, b.updated_at
from phoneNumers as a
LEFT JOIN history as b ON a.ID = b.phoneNumberID
AND b.updated_at = (select MAX(updated_at) from history where a.ID = b.phoneNumberID)
where a.holiday = -1
Sorry I don’t use query builder, but you check the documentation here
https://laravel.com/docs/8.x/queries#joins
Mohammed Alk 2021-01-12 00:45:02
best practice for making notification ?
Suryaa_shanmugam 2021-01-12 05:10:52
Suryaa_shanmugam 2021-01-12 05:11:31
I declare the function in the controller file
Suryaa_shanmugam 2021-01-12 05:11:45
And called the route as as well
Suryaa_shanmugam 2021-01-12 05:11:56
What will be the error?
Suryaa_shanmugam 2021-01-12 05:12:06
Anyone please help me
2021-01-12 06:12:15
Did you declare in the correct route group? With in V4
veddishant 2021-01-12 06:27:51
Suryaa_shanmugam 2021-01-12 05:10:52
Kindly give ss of your api rout file. !!
Suryaa_shanmugam 2021-01-12 06:55:22
2021-01-12 06:12:15
Did you declare in the correct route group? With in V4
Yeah
Suryaa_shanmugam 2021-01-12 07:10:06
veddishant 2021-01-12 06:27:51
Kindly give ss of your api rout file. !!

Suryaa_shanmugam 2021-01-12 07:26:02
hypernxf 2021-01-12 07:43:04
Suryaa_shanmugam 2021-01-12 07:26:02
did you cache your route?
2021-01-12 08:28:57
Suryaa_shanmugam 2021-01-12 07:26:02
Clear route cache
Suryaa_shanmugam 2021-01-12 08:41:58
Thanks bro got it
susheelk985 2021-01-12 09:02:12
how to check the image is exist or not and delete in laravel storage?
ktmsulaim 2021-01-12 09:06:51
susheelk985 2021-01-12 09:02:12
how to check the image is exist or not and delete in laravel storage?
Storage::disk(name of disk)->exists(name of file);
susheelk985 2021-01-12 09:07:29
ktmsulaim 2021-01-12 09:06:51
Storage::disk(name of disk)->exists(name of file);
ok
cod3r_rn 2021-01-12 09:20:17

I have a problem i cant name a input but it works well with taking name from array but in controller it doesn’t catch the name and tells array to string conversion error exception
← prev | next →