---
layout: default
permalink: /docs/guides/laravel-usage/
title: Laravel Usage
---

## Laravel Usage

Flysystem is shipped with the default installation of Laravel. It also provides a tight
integration with the framework. For more information on how to use Flysystem within
Laravel, <a href="https://laravel.com/docs/5.6/filesystem">check out the documentation</a>.

<div class="flex my-6">
    <a target="_blank" href="https://laravel.com" class="flex-no-grow w-1/3 bg-white rounded shadow-md mr-4 overflow-hidden">
        <img src="/img/laravel.svg" class="w-full" alt="Laravel.com"/>
        <span style="background-color: #FB503B" class="text-center text-xl hidden sm:block py-4 bg-indigo-dark text-white bg-grey-lightest">Laravel.com</span>
    </a>
</div>
