https://github.com/simpleanalytics/laravel-package
https://github.com/simpleanalytics/laravel-package
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpleanalytics/laravel-package
- Owner: simpleanalytics
- License: mit
- Created: 2022-09-14T09:31:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T11:02:48.000Z (over 2 years ago)
- Last Synced: 2025-12-28T13:52:00.120Z (6 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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')