Download the PHP package cleaniquecoders/splate without Composer
On this page you can find all versions of the php package cleaniquecoders/splate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cleaniquecoders/splate
More information about cleaniquecoders/splate
Files in cleaniquecoders/splate
Informations about the package splate
Splate
A SaaS Boilerplate to speed up your SaaS Application Developement
Installation
Create new Splate project
Update database connection and email configuration in .env
.
Login with Facebook
Configure Facebook App Details in the .env
file and set the config/auth.php
the oauth.facebook
key to true to enable login with Facebook.
Get the client id and secret from Facebook for Developers by creating application.
You may want to refer to this tutorial if you have any issues with setting up the Facebook login.
Login via API
API endpoint to login, using http method of POST
. Login using email
and password
field.
You should get something like this once you're successfully logged in.
Themes
This web app boilerplate comes with pre-installed and configured with Laravel Theme by teeplus. Following are common commands can be use for theme development.
Create a new theme
Middleware
The teeplus/laravel-theme
does not come with a middleware.
With this middleware, you still can use return view('home.index')
in your controller.
Usage
OR
Assets and Components
To include assets
To include partials or components
TODO
- [x] Require middleware to check if user not yet activate their account, redirect to resend activation account link
- [x] User Manager
- [x] Error pages - 403, 404, 500
- [ ] Laravel Passport, Consume Own API Middleware
- [ ] Migrate User Manager using VueJs
- [ ] Provide Installer for this boilerplate
- [x] Login with Facebook
- [x] JWT
- [x] Laravel Collective
- [ ] Support Themes
All versions of splate with dependencies
laravel/framework Version 5.3.*
santigarcor/laratrust Version 3.0.*
doctrine/dbal Version ^2.5
laravel/socialite Version ^2.0
tymon/jwt-auth Version 0.5.*
laravelcollective/html Version ^5.3.0
teepluss/theme Version ^2.0
cleaniquecoders/setting Version ^1.0
cleaniquecoders/artisan-extended Version ^1.0