Skip to content

Installation

Require package

bash
composer require charlgottschalk/laravel-aware

Install Aware

bash
php artisan aware:install

IMPORTANT

If your models use UUID primary keys, please follow the instructions here first.

Migrate

bash
php artisan migrate

Track

You're ready to go and tracking will happen automatically.