PHPackages                             cleaniquecoders/splate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. cleaniquecoders/splate

AbandonedArchivedProject[Framework](/categories/framework)

cleaniquecoders/splate
======================

Web Application Boilerplate

v1.0.0(9y ago)0261MITPHPPHP &gt;=5.6.4

Since Nov 25Pushed 9y agoCompare

[ Source](https://github.com/cleaniquecoders/splate)[ Packagist](https://packagist.org/packages/cleaniquecoders/splate)[ RSS](/packages/cleaniquecoders-splate/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (16)Versions (3)Used By (0)

Splate
======

[](#splate)

A SaaS Boilerplate to speed up your SaaS Application Developement

Installation
------------

[](#installation)

Create new Splate project

```
composer create-project cleaniquecoders/splate

```

Update database connection and email configuration in `.env`.

Login with Facebook
-------------------

[](#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](https://developers.facebook.com) by creating application.

```
FACEBOOK_CLIENT_ID=
FACEBOOK_SECRET=
FACEBOOK_REDIRECT=http://localhost:8000/auth/facebook/callback

```

You may want to refer to [this](https://www.youtube.com/watch?v=jBTEcvriY0U) tutorial if you have any issues with setting up the Facebook login.

Login via API
-------------

[](#login-via-api)

API endpoint to login, using http method of `POST`. Login using `email` and `password` field.

```
http://domain.com/api/auth

```

You should get something like this once you're successfully logged in.

```
{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6Imh0dHA6XC9cL2xvY2FsaG9zdDo4MDAwXC9hcGlcL2F1dGgiLCJpYXQiOjE0NzY5NzMyOTAsImV4cCI6MTQ3Njk3Njg5MCwibmJmIjoxNDc2OTczMjkwLCJqdGkiOiJkYzY3NjMxOTQ3MzYzMmFjMjQ4ZDg0ODgzZTI1N2M3ZiJ9.k5b8ubtSTRi6T8_kqLbxzmN4atC2v4XKAvmyn4a2YEI"}

```

Themes
------

[](#themes)

This web app boilerplate comes with pre-installed and configured with Laravel Theme by [teeplus](https://github.com/teepluss/laravel-theme). Following are common commands can be use for theme development.

### Create a new theme

[](#create-a-new-theme)

```
php artisan theme:create theme_name

```

### Middleware

[](#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

[](#usage)

```
Route::get('dashboard','HomeController@index')->middleware('theme');
```

OR

```
Route::get('dashboard','HomeController@index')->middleware('theme:theme_name,layout_name');
```

### Assets and Components

[](#assets-and-components)

To include assets

```
{{ Theme::asset()->container('footer')->add('delete-script', 'js/delete.js') }}
```

To include partials or components

```
{!! Theme::partial('components.checkboxes',['options' => $roles,'label' => 'Role', 'selected' => [], 'name' => 'role_id']) !!}
```

TODO
----

[](#todo)

- Require middleware to check if user not yet activate their account, redirect to resend activation account link
- User Manager
- Error pages - 403, 404, 500
- Laravel Passport, Consume Own API Middleware
- Migrate User Manager using VueJs
- Provide Installer for this boilerplate
- Login with Facebook
- JWT
- Laravel Collective
- Support Themes

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3492d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b57069d0f4b634f65eccc6e5d5848990e25968d45ec2cf46d626c6a4658f944b?d=identicon)[nasrulhazim.m](/maintainers/nasrulhazim.m)

---

Top Contributors

[![nasrulhazim](https://avatars.githubusercontent.com/u/10341422?v=4)](https://github.com/nasrulhazim "nasrulhazim (33 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (1 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cleaniquecoders-splate/health.svg)

```
[![Health](https://phpackages.com/badges/cleaniquecoders-splate/health.svg)](https://phpackages.com/packages/cleaniquecoders-splate)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.4k169.0k9](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[krayin/laravel-crm

Krayin CRM

22.6k33.4k1](/packages/krayin-laravel-crm)[microweber/microweber

New generation CMS with drag and drop

3.4k13.9k1](/packages/microweber-microweber)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
