← prev | next →
Anand Tujare 2022-04-06 19:26:30
Fred_ki 2022-04-06 19:25:05
Anyone who knows what causes a specific project to have memory run out of limit issue yet other projects are running ok locally but only that which is not running ?
There can be multiple reason for running out of limit… An echo or print_r can cause that issue if printing a multidimensional array…
Fred_ki 2022-04-06 19:27:24
When accessing the page even im unable to access the login page when i artisan serve
Anand Tujare 2022-04-06 19:27:28
If you are using Laravel u can use the debug bar locally to figure out the issue
Anand Tujare 2022-04-06 19:27:59
Fred_ki 2022-04-06 19:27:24
When accessing the page even im unable to access the login page when i artisan serve
Ahh artisan serve in server ???
AxcelDjah 2022-04-06 19:28:03
Hello guys, Im Axcel i would like understand Laravel ( Begining to End )
Fred_ki 2022-04-06 19:40:23
Anand Tujare 2022-04-06 19:27:59
Ahh artisan serve in server ???
Not really its local im running in local
jonny_gret 2022-04-06 19:40:40
which one have smpp
Anand Tujare 2022-04-06 19:42:27
Fred_ki 2022-04-06 19:40:23
Not really its local im running in local
Ok.. u need to check with Laravel Debugbar
Keez_denim 2022-04-06 19:48:57
jonny_gret 2022-04-06 19:40:40
which one have smpp
Smtp
devpsoft 2022-04-06 20:09:00
create image with size predefine
https://www.podtrand.com/image/generate-grey-images
PODTrend –
PodtrandFree Redbubble Trending Keywords Finder -Podtrand
Bright 2022-04-06 21:39:31
Fred_ki 2022-04-06 19:27:24
When accessing the page even im unable to access the login page when i artisan serve
Is it showing white page
Fred_ki 2022-04-06 21:42:32
This page isn’t working127.0.0.1 is currently unable to handle this request.
HTTP ERROR 500
Fred_ki 2022-04-06 21:43:08
That is the error and on checking the logs its the
Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes)
issue
Anand Tujare 2022-04-06 21:46:48
Fred_ki 2022-04-06 21:42:32
This page isn’t working127.0.0.1 is currently unable to handle this request.
HTTP ERROR 500
Set debug to true
Anand Tujare 2022-04-06 21:48:14
Or else in index.php add
ini_set(‘display_errors’, 1);
ini_set(‘display_startup_errors’, 1);
error_reporting(E_ALL);
At the very top
Anand Tujare 2022-04-06 21:48:33
This should show you some actual error than just a 500 code
aroratimus 2022-04-06 22:23:39
voskcoinsupport 2022-03-18 23:16:15
I get this error using an API any suggestion on how to solve this problem
It seems your app needs to be on SSL too to make a signed handshake
— 2022-04-07 00:00:32
Hello everyone, please can anyone suggest a good learning resource on laravel, I’m finding it hard to learn, thanks
zey34354 2022-04-07 00:22:24
punchlyn 2022-04-06 17:24:02
Create a different table
U can’t use one table for double migration
okay
kursadaltan 2022-04-07 01:14:16
I tried to Laravel Octane with swoole today. I seen 2.5x request/sec more than fpm. I ‘m thinking will use in production envoriment. Anyone work with swoole in production. Did you seen any problem?
zey34354 2022-04-07 02:03:07
zey34354 2022-04-07 02:03:17
how to make this shortcut in visual studio code
zey34354 2022-04-07 02:20:10
can anyone tell me how to connect front-end template with laravel
Severusxyz 2022-04-07 02:20:17
Starting with Laravel Sanctum/fortify has been a pain.
Severusxyz 2022-04-07 02:20:49
zey34354 2022-04-07 02:20:10
can anyone tell me how to connect front-end template with laravel
Fronted using something different than Laravel?
zey34354 2022-04-07 02:20:56
if anyone can help me i
zey34354 2022-04-07 02:21:14
Severusxyz 2022-04-07 02:20:49
Fronted using something different than Laravel?
sorry ?
zey34354 2022-04-07 02:21:24
i didn’t get it
Severusxyz 2022-04-07 02:21:58
Are you using Inertia/Liverwire or what
zey34354 2022-04-07 02:23:29
Severusxyz 2022-04-07 02:21:58
Are you using Inertia/Liverwire or what
Livewire
Severusxyz 2022-04-07 02:25:01
Willemzy 2022-04-06 19:11:24
This line throws an error “the Payload is invalid”…. Because I’m decrypting array items… Please how can I decrypt data in array without getting an error
It could be: null value, your database varchar is too short, use longtext or something wrong with app key
zey34354 2022-04-07 02:25:53
Severusxyz 2022-04-07 02:21:58
Are you using Inertia/Liverwire or what
how can you help me in this point ?
zey34354 2022-04-07 02:27:46
and I got from internet a ready front-end page and i Wanted to coenact it with laravel but i couldn’t make it very well this reason why I wanted certain video thing to make it much better
Severusxyz 2022-04-07 02:34:36
zey34354 2022-04-07 02:25:53
how can you help me in this point ?
Sorry I don’t know about livewire, but Laracast have a lot of videos about that
← prev | next →