LexikMaintenanceBundle icon indicating copy to clipboard operation
LexikMaintenanceBundle copied to clipboard

This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips...

Results 26 LexikMaintenanceBundle issues
Sort by recently updated
recently updated
newest added

Hi @lexikteam , Could you accept/process the current PRs ? and comment/close issues ? Or mark project as abandoned ? There is a lot of good PR open that are...

changed Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand to Symfony\Component\Console\Command\Command changed contructor of the Configuration Tree Builder

Don't use Symfony's default translator but the translator configured through the translator alias.

AppKernel has moved in symfony 4. Please update : - https://github.com/lexik/LexikMaintenanceBundle/blob/3a3e916776934a95834235e4a1d71e4595d515f5/Tests/TestCase.php#L5

Hi there. I've added a some simple events to the bundle so that people can trigger other actions from locking and unlocking the site. Use case: Currently, when I take...