-
📈New @laravelphp download numbers for June - 5.8 usage still growing (44%) - 5.7 usage is shrinking (17%) - First month where 4.2 had less than 1000 downloads laravel-download-statistics.stefanzweifel.io/downloads/by-month/2019-06/
-
But the best thing? The app is now fully automated 🤯 - GitHub Actions schedules and triggers a data update - The app updates the local database - @spatie_be's export package generates the HTML output (github.com/spatie/laravel-export) - @Netlify hosts the site
-
A simple shell scripts run all the PHP code: github.com/stefanzweifel/laravel-download-statistics-app/blob/master/actions/update-data/entrypoint.sh And a few lines of code schedules the automation github.com/stefanzweifel/laravel-download-statistics-app/blob/master/.github/main.workflow