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