how to export table data with search filter data ?
This problem it not solved ?
Something from malaysian?
I want send some http request together how can i implement in laravel ?
Plz ping me of anyone interested?
Please how do you configure laragon for subdomain routing for multi tenant multi domain apps?
Already I use it but how can I use in foreach?
did any one faced same issue ?
What the previous laravel version?
if($check_pass){ do }else throw error
Manon
So I’m looking for new account.
IF you can lend me your account, I can pay 100~200 usd per month.
If you interested, please DM me.
Thanks.


Hello guys!
I’ve saved the categories as json to the database, but I can’t just foreach a category on the frontend.
So, for example, I want to show all of the 1 digits in the database with foreach. How can I do it?
Thanks!
So you decode json string to json object
Convert json to array then try
So you decode json string to json object
yes, I know about it but I do not know how can I do it on foreach(((
How can I do it?
I’ve saved the categories as json to the database, but I can’t just foreach a category on the frontend.
So, for example, I want to show all of the 1 digits in the database with foreach. How can I do it?
Thanks!
In model you have to cast column into json
Contact us to save tax
Use trillion
Contact us to save tax
Standart ?
Please DM for any doubts
No
I want send some http request together how can i implement in laravel ?
Seems pretty straightforward.
Unless of course you do not know the tax rate for the country to which you’re shipping.
I’ll suggest a simple addition.
$shipping_fee $tax in your controller or whatever
I can pay him for this job. I have a code which is used to upload file to the web api. I want to convert that php code into jqurey/ajax.
Plz ping me of anyone interested??

Hello guys. Please how do you configure laragon for subdomain routing for multi tenant multi domain apps?
Already I use it but how can I use in foreach?
No:(
In blade file?
Why does my post request displaying blank white screen I tried to check debug mode but nothing
It just shows white screen
www.website.com/register/submit
In Route.php you didn’t define any route name voter.auth.reigster_voter .
Following syntax
{{ route(‘your_route_name’) }}
I can pay him for this job. I have a code which is used to upload file to the web api. I want to convert that php code into jqurey/ajax.
Plz ping me of anyone interested??
Hi, I can do
I can pay him for this job. I have a code which is used to upload file to the web api. I want to convert that php code into jqurey/ajax.
Plz ping me of anyone interested??
Yes. i can
this name route is not available, that’s why you getting error
Following syntax
{{ route(‘your_route_name’) }}
I already did that
Why does my post request displaying blank white screen I tried to check debug mode but nothing
It just shows white screen
www.website.com/register/submit
This is what I have now
Yes
you forgot to add name in that route line no 20. before middleware you should add
->name(‘register_voter’)
now your error gone👍
voter.register_voter
I recently upgrade my laravel to latest version (Laravel 9), after this upgrade all the redirect returning without getting the data.
For example:
redirect(‘login’)->with(‘msg’,’wrong credintials’);
//The above code only redirect to login without storing any data in session.
did any one faced same issue ?
I recently upgrade my laravel to latest version (Laravel 9), after this upgrade all the redirect returning without getting the data.
For example:
redirect(‘login’)->with(‘msg’,’wrong credintials’);
//The above code only redirect to login without storing any data in session.
did any one faced same issue ?
What the previous laravel version??
I recently upgrade my laravel to latest version (Laravel 9), after this upgrade all the redirect returning without getting the data.
For example:
redirect(‘login’)->with(‘msg’,’wrong credintials’);
//The above code only redirect to login without storing any data in session.
did any one faced same issue ?
Try to use flash message
From 5.1 , but facing the issue after 8 to 9
I tried but no data stored
Check you app/kernal.php for
\Illuminate\Session\Middleware\StartSession::class, and
add it into protected $middleware array. Remove from protected $middlewareGroups if exist
Hope this work for you.