transactions - make autonomous in laravel -


is possible create autonomous transaction in laravel? in other words make function commits in case if parent(parent function function called) transaction rollbacks.

php synchronous language don't think can done, although move code inside transactions 'event' , fire within parent function.

you can run event through event manager such beanstalkd , function run independently of whether parent function fails!


Comments