Robert Bossaert

Results 2 comments of Robert Bossaert

Does the Vagrant provision run a `composer install`? Because this is when the `cms` directory is created.

Did you check the session? The code below does seem to work for me. ``` @if (session('success')) {{ session('success') }} @endif ``` I think you could just do `back()->with('success', 'Successfully...