for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Blog\Http\Controllers\Front;
/**
* Class CategoriesController
*
* @package Arcanesoft\Blog\Http\Controllers\Front
* @author ARCANEDEV <[email protected]>
*/
class CategoriesController extends Controller
{
/* ------------------------------------------------------------------------------------------------
| Main Functions
| ------------------------------------------------------------------------------------------------
public function show($slug)
//
}