@extends('layouts.install') @section('content') @include('install.steps', ['steps' => [ 'welcome' => 'selected done', 'requirements' => 'selected done', 'permissions' => 'selected done', 'database' => 'selected done', 'installation' => 'selected done', 'complete' => 'selected' ]])
Well Done!
You application is now successfully installed! You can login by clicking on "Log In" button below.
@if (is_writable(base_path()))Important! Since your root directory is still writable, you can change the permissions to 755 to make it writable only by root user.
@endif Log In