I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
You can hide error detail with config.app.debug If you wanted ticket functionality you could build...
Have you tried overriding the config settings at runtime (untested): \Config::set('services.mailgun...
I think directadmin wants a path rather than a url?? So you should be looking to do something like:...
Are you talking filesystem? If so the easiest way to do this would be to have both sites on the same...
On a most basic level you could include a partial in your view: @include('view.name') http://larave...
The Laravel portal for problem solving, knowledge sharing and community building.