Laravel Church Sermons App
Laravel church sermons app is basically an app for churches to make available the messages preached in church for all members.
repository for the latest version.
This is no longer supported. Visit thisScreenshots:
###User home after login
###Dashboard
###Sermons list page
###Uploading new sermon page
###Sermon edit
###Sermon details
###Sermon categories
###Services page
###Categories/Service edit page
Where the project is:
Authentication complete: for both users and admins.
Complete crud operations for sermons.
Vuejs powered ui. (ajax pagination, editing, etc)
Where the project could go:
-
Know when a user is online.
-
Add analytics.
-
Add sermon request functionality.
-
Integrate payment(free and premium users)
#Credits Tools used in development.
#Installation git clone https://github.com/dameety/laravel-church-sermons-app.git
cd laravel-church-sermons-app
add .env file
composer install
npm install
php artisan serve
... enjoy!