Skip to content

Instantly share code, notes, and snippets.

View wotta's full-sized avatar
🪐

Wouter (wotta) wotta

🪐
View GitHub Profile
name: Weekly Changelog
on:
schedule:
- cron: "0 9 * * 1" # Every Monday at 9:00 AM UTC
workflow_dispatch:
jobs:
generate-changelog:
runs-on: ubuntu-latest
@wotta
wotta / laravel-security-checker.md
Created March 20, 2019 07:56 — forked from barryvdh/laravel-security-checker.md
Symfony Security Checker in Laravel

Symfony Security Checker in Laravel

Artisan command for Sensiolabs Security Checker

Require this project in your composer.json file

"sensiolabs/security-checker": "2.x"

Add the following line to app/start/artisan.php: