Any set rules in modal?
Hi anyone here who has used stripe payment integration in Laravel?
Does anyone use mysql extension in vscode?
Any one know progress bar when register button?
Any know Rijndael an AES encryption decryption with secret key?
Anyone knows how to add admin login?
What is the solution for this problem?
Example InnerJoin, LsftJoin, RightJoin
It depends on your case
No staffName is alias
I have to check

All good in model
Plz dm me
Not recommended
This is correct way
Cashier vs Stripe php
I’m confused between two
Plz dm me
In Stripe you can store a card against a user/customer. Which you can use for future payments.
Never ever store any card related details in you app database

where do I have to add this methoed (use)
This is spelling error, it should be contains not contaiains
Anyone know
We have opening for PHP Developer with cake PHP, CI and Laravel
Its permanent job.
Job location :- Khatima,Uttrakhand (WFO)
FOOD AND ACCOMMODATION will be provided BY the company.
If intrested kindly share your resume at
We have opening for PHP Developer with cake PHP, CI and Laravel
Its permanent job.
Job location :- Khatima,Uttrakhand (WFO)
FOOD AND ACCOMMODATION will be provided BY the company.
If intrested kindly share your resume at
Cool
I am from nepsoninfotech
We have opening for PHP Developer with cake PHP, CI and Laravel
Its permanent job.
Job location :- Khatima,Uttrakhand (WFO)
FOOD AND ACCOMMODATION will be provided BY the company.
If intrested kindly share your resume at
Share at where
It’s a comic website and scraper, need someone to fix scraper problem and some website front end and back end bugs,
Please let me know if anyone interested ☺️ payment after work.
Go to admin to ur database n check user table
Chapters:
00:00 Introduction
00:35 Upgrading Laravel 9.0 From 8.x
00:42 Error when Upgrade Laravel 8 x to 9 0
02:42 How to solve Laravel error when upgrading
04:16 Run Composer update
04:30 Conclusion
Error: While updating laravel 8 to 9. Script @php artisan package:discover –ansi handling the post-autoload-dump event returned with error code 1
Undefined constant IlluminateHttpRequest::HEADER_X_FORWARDED_ALL
at C:wamp64wwwvuexylaravelvendorfideloperproxyconfigtrustedproxy.php
If you are upgrading your Laravel 8 project to Laravel 9 by importing your existing application code into a totally new Laravel 9 application skeleton, you may need to update your application’s “trusted proxy” middleware.
Within your app/Http/Middleware/TrustProxies.php file, update use FideloperProxyTrustProxies as Middleware to use IlluminateHttpMiddlewareTrustProxies as Middleware.
Next, within app/Http/Middleware/TrustProxies.php, you should update the $headers property definition:
// Before…
protected $headers = Request::HEADER_X_FORWARDED_ALL;
// After…
protected $headers =
Request::HEADER_X_FORWARDED_FOR |
Request::HEADER_X_FORWARDED_HOST |
Request::HEADER_X_FORWARDED_PORT |
Request::HEADER_X_FORWARDED_PROTO |
Request::HEADER_X_FORWARDED_AWS_ELB;
then run composer update
Make sure you are using PHP 8.0
More detail visit https://laravel.com/docs/9.x/upgrade

What is the solution for this problem?

h
even though it works in the original tablete and I just copied and pasted it