@extends('layouts.super-admin') @section('page-title')
* * * * * cd {{ base_path() }} && php artisan schedule:run >> /dev/null 2>&1
.htaccess at the root of folder
(where app, bootstrap, config folder resides) and add the following content
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>