PHPackages                             kayrules/laravel5-starter - 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. kayrules/laravel5-starter

ActiveProject[Framework](/categories/framework)

kayrules/laravel5-starter
=========================

The Laravel 5 Starter CMS Template with Bootstrap.

0.1.0(10y ago)81842[1 issues](https://github.com/kayrules/laravel5-starter/issues)MITJavaScriptPHP &gt;=5.5.9

Since Aug 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/kayrules/laravel5-starter)[ Packagist](https://packagist.org/packages/kayrules/laravel5-starter)[ RSS](/packages/kayrules-laravel5-starter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (5)Used By (0)

Laravel 5 Starter CMS Template
------------------------------

[](#laravel-5-starter-cms-template)

\##Installation

\###1. Install via composer
---------------------------

[](#1-install-via-composer)

You can use composer create-project to install without downloading zip or cloning this repo.

```
$ composer create-project kayrules/laravel5-starter your-project-name

```

\###2. Manual Install
---------------------

[](#2-manual-install)

Alternatively, you can manually install by cloning this repo or download the zip file from this repo, and run composer install.

```
$ git clone https://github.com/kayrules/laravel5-starter.git .
$ composer install

```

\##Configuration

\###1. Setup Permission
-----------------------

[](#1-setup-permission)

After composer finished install the dependencies, it should automatically change the storage and cache folders permission to 777. Just incase if it's not did as expected, you need to manually change it recursively as command below.

```
$ chmod -R 777 storage/
$ chmod -R 777 bootstrap/cache/

```

\###2. Database Config
----------------------

[](#2-database-config)

Before run the migration command, you need to create a new database for this project and update the login information under `config/database.php`

\###3. Initial Migration
------------------------

[](#3-initial-migration)

```
$ php artisan migrate
$ php artisan db:seed

```

\##Demo

\###\* URL
----------

[](#-url)

For public access:

```
http://dev.kayrules.com/laravel5-starter/

```

Administrator Access:

```
http://dev.kayrules.com/laravel5-starter/admin
- Username: admin@domain.com
- Password: 1q2w3e4r

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Every ~0 days

Total

4

Last Release

3918d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d13f8e79cd33f98a0e274a001bb797353cd14aac8cfa3f958d4c850d36218998?d=identicon)[kayrules](/maintainers/kayrules)

---

Tags

frameworkcmslaravel 5themebootstrapstarter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kayrules-laravel5-starter/health.svg)

```
[![Health](https://phpackages.com/badges/kayrules-laravel5-starter/health.svg)](https://phpackages.com/packages/kayrules-laravel5-starter)
```

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[despark/ignicms

Administrative interface builder for Laravel 5.1

222.5k1](/packages/despark-ignicms)

PHPackages © 2026

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