β prev | next β
amirhb51 2020-12-10 22:24:20
Saeed_RB92 2020-12-10 22:23:14
i learned laravel but i want to be in a project to more experience and to have a portfolio. no diff thats projet maybe a online shop or anything else
Ok, so where are you from? Because in my. Country we have some problems with come countries
sally_hussein2020 2020-12-10 22:27:06

Hi can anyone help me when i select category i want to display only products added to this category in the select option for products
Saeed_RB92 2020-12-10 22:30:15
amirhb51 2020-12-10 22:24:20
Ok, so where are you from? Because in my. Country we have some problems with come countries
i have sent a message in your pv
2020-12-10 23:01:48
I have a string url. I want to append some query strings, and get them. Is that possible using Laravel’s helpers?
Something like:
$URL = url($URL);
$URL->set(‘query’, ‘val’);
$categories = $URL->query(‘categories’, null);
2020-12-10 23:03:41
Saeed_RB92 2020-12-10 22:30:15
i have sent a message in your pv
sent*
Saeed_RB92 2020-12-10 23:04:17
2020-12-10 23:03:41
sent*
tnx
2020-12-10 23:04:54
Saeed_RB92 2020-12-10 23:04:17
tnx
yw. Study a little bit grammar π
2020-12-10 23:08:03
sally_hussein2020 2020-12-10 22:27:06
Hi can anyone help me when i select category i want to display only products added to this category in the select option for products
We’re not supposed to do your job or homework. Try to solve the problem yourself. If you couldn’t, then ask a nice question alongside your efforts.
https://meta.stackexchange.com/questions/18584/how-to-ask-a-smart-question
How to ask a smart question –
Meta Stack ExchangeThe title of the oldest revision of this SO question is, “Is it posible [sic]?” This doesn’t provide any information at all. It should be mandatory for everyone asking questions on the Internet to…
Saeed_RB92 2020-12-10 23:11:57
2020-12-10 23:04:54
yw. Study a little bit grammar π
can you help me for find a good plan to learn ? i’m so bad in this
2020-12-10 23:14:53
Saeed_RB92 2020-12-10 23:11:57
can you help me for find a good plan to learn ? i’m so bad in this
It’s clear lol Try to find a good teacher first. You won’t learn a language by yourself at home.
Saeed_RB92 2020-12-10 23:16:03
2020-12-10 23:14:53
It’s clear lol Try to find a good teacher first. You won’t learn a language by yourself at home.
we are programmer brow. we learn a lot of things at home π
2020-12-10 23:16:13
2020-12-10 23:08:03
We’re not supposed to do your job or homework. Try to solve the problem yourself. If you couldn’t, then ask a nice question alongside your efforts.
https://meta.stackexchange.com/questions/18584/how-to-ask-a-smart-question
Haha, you literally shared a link for thatπ
mhd_arffnn 2020-12-10 23:16:50
how to convert this 887245 to 887-245 in php?
2020-12-10 23:17:05
Saeed_RB92 2020-12-10 23:16:03
we are programmer brow. we learn a lot of things at home π
Not this one π Trust me. I know 4 languages π
Saeed_RB92 2020-12-10 23:20:23
2020-12-10 23:17:05
Not this one π Trust me. I know 4 languages π
4 π± so good . i trust to you and try to do that
2020-12-10 23:21:07
mhd_arffnn 2020-12-10 23:16:50
how to convert this 887245 to 887-245 in php?
$string = “887245”;
print_r(substr_replace($string, ‘,’, 3, 0));
amirhb51 2020-12-10 23:21:27
2020-12-10 23:17:05
Not this one π Trust me. I know 4 languages π
Hola como estas π
mhd_arffnn 2020-12-10 23:25:59
2020-12-10 23:21:07
$string = “887245”;
print_r(substr_replace($string, ‘,’, 3, 0));
thank you so much!
C4P5LOCK 2020-12-11 01:23:44

On running the php artisan migrate command, i keep getting this error. π€¦πΎββ
C4P5LOCK 2020-12-11 01:24:08
Laravel v.8
BvkDev 2020-12-11 02:15:07
Hi friends, how can I access the output of the job in Lumen?
I try but not work:
https://stackoverflow.com/questions/35957526/laravel5-2-job-how-to-return-data
laravel5.2 job, how to return data? –
Stack OverflowJob
class DataFormFields extends Job implements ShouldQueue
{
use InteractsWithQueue, SerializesModels;
protected $fieldList = [
‘name’ => ‘Tom’,
‘age’ => ’20’,
];
public
Aeonfox 2020-12-11 03:53:19
C4P5LOCK 2020-12-11 01:23:44
On running the php artisan migrate command, i keep getting this error. π€¦πΎββ
Connect your xampp
Start Apache and mysql on your xampp
Aeonfox 2020-12-11 03:57:11
Hello guys I need help with my code
I have a form for updating password when logged in. Each time I try to update password it loads and then redirects me to laravel default home page and no effect is done in the database for the password update. Please anyone can help out. Iam using laravel 8.0
DesolatorMagno 2020-12-11 04:11:24
Well, updating password is just updating a field in a table, there is not much magic there.
Dkhicher 2020-12-11 04:27:29
C4P5LOCK 2020-12-11 01:23:44
On running the php artisan migrate command, i keep getting this error. π€¦πΎββ
php artisan config:clear
C4P5LOCK 2020-12-11 04:35:02
Aeonfox 2020-12-11 03:53:19
Connect your xampp
Start Apache and mysql on your xampp
All this in check!
C4P5LOCK 2020-12-11 04:35:25
Dkhicher 2020-12-11 04:27:29
php artisan config:clear
Let me try this out
C4P5LOCK 2020-12-11 04:38:15
Dkhicher 2020-12-11 04:27:29
php artisan config:clear
Didn’t work
Dkhicher 2020-12-11 04:46:27
Chexk your db_host in .env
Dkhicher 2020-12-11 04:47:25
Which Is your db host mysql or 127.0.0.1?
fatihsyams 2020-12-11 05:00:54

in laravel docoumentation about auth, i want to using auth logout, but i getting like that
DesolatorMagno 2020-12-11 05:17:02
fatihsyams 2020-12-11 05:00:54
in laravel docoumentation about auth, i want to using auth logout, but i getting like that
So, you are doing it exactly as in the documentation?
DesolatorMagno 2020-12-11 05:17:59
Because i don’t see where you are importing the Auth.
fatihsyams 2020-12-11 05:23:52
i do, use IlluminateSupportFacadesAuth;
fatihsyams 2020-12-11 05:24:22
fatihsyams 2020-12-11 05:00:54
in laravel docoumentation about auth, i want to using auth logout, but i getting like that
yea, sorry in this pict i not import yet
β prev | next β