]> _ Git - psq.git/commit
stripe article payement system
authorLouis Jeckel <louis.jeckel@outlook.com>
Wed, 14 Oct 2020 23:36:51 +0000 (01:36 +0200)
committerLouis Jeckel <louis.jeckel@outlook.com>
Wed, 14 Oct 2020 23:36:51 +0000 (01:36 +0200)
commit3e3f85bb9a0362fce2b72a5a8ae7f5e23cac404e
tree56ac77c4a2633e9a6973fbb5ecffa05744bf89f0
parent455da592af0ab744307e13a044b93ff546025c0a
stripe article payement system
23 files changed:
app/Http/Controllers/ActuLabosController.php
app/Http/Middleware/VerifyCsrfToken.php
app/IsStripeUnlockable.php [new file with mode: 0644]
app/Models/LaboArticle.php
app/Policies/LaboArticlePolicy.php
app/Providers/AppServiceProvider.php
app/UnlockedArticlesPivot.php [new file with mode: 0644]
app/User.php
package-lock.json
package.json
public/admin/css/admin.css
public/admin/js/admin.js
public/admin/js/admin.js.LICENSE.txt
public/css/app.css
public/js/app.js
public/js/app.js.LICENSE.txt
resources/js/app.js
resources/js/components/Stripe/StripeModal.vue
resources/js/components/Stripe/UnlockArticle.vue [new file with mode: 0644]
resources/views/actu-labos/show.blade.php
resources/views/components/login-alert.blade.php
resources/views/components/unlocked-article-alerts.blade.php [new file with mode: 0644]
routes/web.php