Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Captainhook | 319 | 2 | 4 years ago | 18 | December 08, 2016 | 8 | PHP | |||
Add Webhooks to your Laravel app, arrr | ||||||||||
Awesome Spark | 313 | 5 years ago | ||||||||
Curated list of Laravel Spark ressources | ||||||||||
Strong Together | 88 | 6 years ago | mit | CSS | ||||||
A starter project to build single page Vue.js apps as stand-alone or for Laravel / Laravel Spark projects; based on Browserify and Semantic-UI. | ||||||||||
Laravel Spark Google2fa | 82 | 4 years ago | 15 | December 14, 2019 | 1 | mit | PHP | |||
Google Authenticator support for Laravel Spark | ||||||||||
Laravel Spark | 81 | 8 years ago | November 21, 2020 | 1 | mit | PHP | ||||
Fork of laravel/spark at 140ed52 | ||||||||||
Laravel Spark Pages | 33 | 6 years ago | 3 | August 03, 2017 | 5 | PHP | ||||
This package adds a simple CMS-like page system to Laravel Spark. It allows developers and non-technical users to add and edit pages (articles, blog posts, FAQ's etc.) very quickly and without the need for a deployment. | ||||||||||
Laravel Spark Camera | 28 | 7 years ago | 2 | October 29, 2016 | 2 | mit | JavaScript | |||
Profile Photo Camera support for Laravel Spark | ||||||||||
Laravel Vuejs Vuex | 21 | 7 years ago | JavaScript | |||||||
A little scaffolding using Laravel + Vuejs + Vuex + Single File Components, Form Validation inspired by Laravel Spark | ||||||||||
Spark Create Stripe Plans | 19 | 3 years ago | 4 | mit | PHP | |||||
A simple Laravel artisan command to create Spark plans in Stripe | ||||||||||
Spark Kiosk Notify | 19 | 6 years ago | 7 | May 02, 2017 | mit | HTML | ||||
Adds a notification panel to your Laravel Spark Kiosk, allowing you to send notifications to users. |
This package replaces the default two-factor authentication driver with Google Authenticator.
composer require eusebiu/laravel-spark-google2fa
php artisan vendor:publish --provider="Eusebiu\LaravelSparkGoogle2FA\Google2FAServiceProvider" --force
php artisan migrate
npm run dev
To change the display name in the authenticator app, add 2fa_name
in your SparkServiceProvider
file. By default vendor
or the app url is used.