### Install Laravel Manager with Composer Source: https://github.com/grahamcampbell/laravel-manager/blob/5.2/README.md This snippet shows how to install the Laravel Manager package using Composer, specifying version 5.2 or later. It's a standard command-line instruction for PHP projects. ```bash composer require "graham-campbell/manager:^5.2" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.