https://github.com/buggregator/examples
Examples of usage of Debugger. See tests folder
https://github.com/buggregator/examples
Last synced: 2 months ago
JSON representation
Examples of usage of Debugger. See tests folder
- Host: GitHub
- URL: https://github.com/buggregator/examples
- Owner: buggregator
- Created: 2021-08-17T18:10:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T19:25:39.000Z (over 2 years ago)
- Last Synced: 2024-02-24T14:40:54.356Z (over 2 years ago)
- Language: PHP
- Homepage: https://buggregator.dev
- Size: 540 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example events for buggregator
You can use this repo to test buggregator with prepared events.
### Installation
Just clone this repo, run `composer intsall` and configure env variables.
```
php artisan serve
```
Open browser url http://127.0.0.1:8000

## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).