aytacmalkoc/tracker

v1.0.0 2024-01-19 08:58 UTC

This package is auto-updated.

Last update: 2025-04-19 11:32:51 UTC


README

Install package using composer

composer require aytacmalkoc/tracker

Run artisan's migrate command

php artisan migrate

Publish assets

php artisan vendor:publish --tag=tracker::assets

If you need the customization package, export config file

php artisan vendor:publish --tag=tracker::config

Add @trackerScript directive and csrf token to top of head tag

<head>
    @trackerScript
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

License

MIT License. Please check license file.