An open API service indexing awesome lists of open source software.

https://github.com/simpleanalytics/laravel-package


https://github.com/simpleanalytics/laravel-package

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


Simple Analytics logo

# Laravel Package

## Installing it

Install the plugin:

1. Run
```console
composer require simpleanalytics/laravel-package
```

Or add repositories in composer.json

```
"repositories": [
{
"url": "https://github.com/simpleanalytics/laravel-package",
"type": "git"
}
],
```

and add the package name in require with the branch name after the dev:

`"simpleanalytics/laravel-package": "dev-main"`

`"simpleanalytics/laravel-package": "^1.0"`

## Using it

Include the scripts before your end body tag in your .blade template:
```php
...
@include('LaravelPackage::scripts')