@extends('installer::layouts.install') @section('content')

Congratulations! Installation is completed and {{ __('Crypto Casino') }} is now up and running.

In order to have necessary application services run automatically in background please set up the following cron job:

* * * * * {{ PHP_BINDIR . DIRECTORY_SEPARATOR }}php -d register_argc_argv=On {{ base_path() }}/artisan schedule:run >> /dev/null 2>&1
Front page Log in @endsection