Switch On and Off status in laravell Programming Web Development by Sikander Nasar Hi, I have a table in which I have Use ON and OFF status and I want to implement in laravell.What I have to do that it will work properly. Thanks! Re: Switch On and Off status in laravell Programming Web Development by cereal On/off status for what? The website? Then you can use **artisan** from the command console: php artisan down The website will go in maintenance mode. With `up` it will go back online. If you wish something different then, please, explain it better.