Just for completeness, you can also do this with the Laplace transform, which uses the property that the Laplace transform of a "causal convolution" $(f*g)(x):=\int_0^x f(x-t) g(t) dt$ is $F(s) G(s)$. Consequently taking the Laplace transform of both sides gives
$$\Phi(s)=F(s) + G(s) \Phi(s)$$
where $F(s)$ is the Laplace transform of $1-2x-4x^2$, i.e. $\frac{1}{s}-\frac{2}{s^2}-\frac{8}{s^3}$, and $G(s)$ is the Laplace transform of $3+6x-4x^2$, i.e. $\frac{3}{s}+\frac{6}{s^2}-\frac{8}{s^3}$. Thus
$$\Phi(s)=\frac{F(s)}{1-G(s)}=\frac{s^2-2s-8}{s^3-3s^2-6s+8}.$$
From here you can carry out a partial fraction decomposition and take an inverse Laplace transform. Actually, you don't even have to carry out a partial fraction decomposition in this particular problem, you can just factor the numerator and denominator and observe the cancellation.