for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thinktomorrow\Chief\App\Http\Controllers\Back;
use Thinktomorrow\Chief\App\Http\Controllers\Controller;
class StyleGuideController extends Controller
{
/**
* @return \Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View
*/
public function show()
return view('chief::admin.style-guide');
}