Can anyone help me?
do you mean SPACES OBJECT STORAGE?
How to read pdf data and extract store in form of array?
I have a pdf file in which some parametrs like name and email are there and i want to read it and store in database is there any suggestions how can i do that?
Can I use it in api request?
Using S3 driver?
and then i stop the serve, how Laravel can know i told it do this task every week?
This sir
do you mean SPACES OBJECT STORAGE?
show the $casts part of this model
This model sir
Yes @skys215
https://developers.digitalocean.com/documentation/spaces/
it is compatibale with aws, so use same code of aws to use digitalocean’s SOS
there’s no $casts?
first, try to read the pdf using php
it is compatibale with aws, so use same code of aws to use digitalocean’s SOS
Can I use it in api request?
no sir $ casts where sir
I have created .csv file with that pdf file using phptables api but need some customization which is not possible there.
it says their SOS’s API has the same compatibility as S3’s API
so just changing the endpoint url will work
read the doc for how laravel handle with s3: https://laravel.com/docs/6.x/filesystem
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
dump all three variable it has used
Here are the results, sir
nope, this is not
Just write query in controller
Use $slug = str_slug($title);
I have a ticketing system
I define a wallet for users, after succefull payment, the payment return a callback url to me like
Site.com/transaction/1
Then I check that request and , increment wallet amount
My question is how to prevent hack or sometimes maybe one person send multiple times this callback
I have a ticketing system
I define a wallet for users, after succefull payment, the payment return a callback url to me like
Site.com/transaction/1
Then I check that request and , increment wallet amount
My question is how to prevent hack or sometimes maybe one person send multiple times this callback
Use hash
How to use ?any tutorial ??
And I define an status for transactions ,
Only transactions in status =0 can be accessed and after the first time callback is returned change the status=1 and future sending callback always go to the wall beacuase of the status of transaction is changed
php artisan schedule:run
and then i stop the serve, how Laravel can know i told it do this task every week?
php artisan schedule:run
and then i stop the serve, how Laravel can know i told it do this task every week?
anyone knows?
php artisan schedule:run
and then i stop the serve, how Laravel can know i told it do this task every week?
The schedules run with cronjobs its not base on serve
Oh thanks man u saved my time
And I define an status for transactions ,
Only transactions in status =0 can be accessed and after the first time callback is returned change the status=1 and future sending callback always go to the wall beacuase of the status of transaction is changed
Anyone can help me
Any advice can help me 🙌🤗😬
php artisan schedule:run
and then i stop the serve, how Laravel can know i told it do this task every week?
Run task scheduler with cron
* * * * * Cd /path to your project && php artisan schedule:run
And then add commands in your console kernel according to the desired time likewise
->daily(), ->weekly()
Check laravel task scheduling docs

I want to fix this problem. anyone to hire?

Hi guys I made autocomplete with ajax but im getting this error plz help me to solve it
dont use AJAX , use react o vue, that languages are installied in your project