for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Bantenprov\VueGuard;
/**
* The VueGuard class.
*
* @package Bantenprov\VueGuard
* @author bantenprov <[email protected]>
*/
class VueGuard
{
public function welcome()
return 'Welcome to Bantenprov\VueGuard package';
}