Robert

Results 10 comments of Robert

I thought one way to handle this issue was using a .env file. So, the supervisor conf would look like: ``` [program:soketi] process_name=%(program_name)s_%(process_num)02d directory=/path_to_env_directory/ command=soketi start autostart=true autorestart=true stopasgroup=true killasgroup=true...

@hsndmr If you mean adding apps to the AppManager like below, then not sure you can. My situation was only running one app. One solution would be for @rennokki to...

@austenc Hey... finally had time to come check this out and replace laravel-stapler. Did you figure out the config settings? In the paperclip config, I tried 'local' and 'public' for...

Ya, it's done using the method above. I was able to match the URLS so no need to move images or anything. I didn't put anything in my models regarding...

Would be nice to be picked up. I tried this out in L9 and it caused havoc with my other queues running on beanstalkd. It took me a couple days...

Ran into this today and still isn't working. Using v4.0. Pulling a row of data from a csv file and simply running an updateOrCreate() on the model. The subject_id and...

```parent::setAttribute()``` doesn't handle normal casting. If you look closely, it only handles mutators, dates, enums, classes, json, encrypted, and hashed. The code @Christophvh added fixes the problem. I did a...

Unfortunately, I've not been able to figure out how to access a URL without using the 8000 port. In other words, I need to do http://mysite.loc:8000 to get there. Edit:...

Not sure if this helps but the $data variable causing the error in StorableFileFactory.php is is an instance of "Czim\Paperclip\Attachment\Attachment" I serialized the $data variable before reaching the is_string() check...

Is this repo abandoned?