Sagar Gautam
Sagar Gautam
Having same issue while using cdn asset with digital ocean space integration. `asset-cdn:push` works but it takes time and push every file. `asset-cdn:sync` freezes and no files are uploaded/updated
@rahuldahal That's sounds really impressive. I really appreciate your suggestion. Unfortunately, we have not acquired any domain for now. We might work on this in upcoming days
Have you tried regenerating autoload files using ```composer dumpautoload```
@alokVishu In current implementation of post scheduling feature, we have used laravel queue. This plugin dispatches the schedule action to queue. You need to setup queue worker in your application....
@yagnikvamja @alokVishu This plugin dispatches the job into default queue that handles post scheduling. All you need to do is run queue worker `php artisan queue:work` This will process all...
@codebyDanielDev Actualmente, no tenemos esa función en nuestro paquete, la hemos estado considerando desde hace algún tiempo. La añadiremos en el futuro.
@alokVishu Hello, Currently, we don't have such workflow in this plugin but we are planning to implement such workflow. [Laravel Pennant](https://laravel.com/docs/11.x/pennant) offers similar workflow. If you want to put some...
@Sirajunnasihin we will have a look and update this workflow accordingly very soon !