PHPackages                             samrap/laravel-kickstart - 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. samrap/laravel-kickstart

AbandonedLibrary[Framework](/categories/framework)

samrap/laravel-kickstart
========================

An more advanced workflow for one of the most popular and fastest-growing PHP frameworks available.

v2.0.0(10y ago)4824MITPHP &gt;=5.5.9

Since Apr 5Compare

[ Source](https://github.com/samrap/laravel-kickstart)[ Packagist](https://packagist.org/packages/samrap/laravel-kickstart)[ RSS](/packages/samrap-laravel-kickstart/feed)WikiDiscussions Synced 6d ago

READMEChangelog (4)Dependencies (5)Versions (7)Used By (0)

Laravel Kickstart
=================

[](#laravel-kickstart)

[![Latest Stable Version](https://camo.githubusercontent.com/9626d3a806e270f512dd6d01824f1a2223632f261d18d3c5b2ea9402fb3b4bc2/68747470733a2f2f706f7365722e707567782e6f72672f73616d7261702f6c61726176656c2d6b69636b73746172742f762f737461626c65)](https://packagist.org/packages/samrap/laravel-kickstart)[![Total Downloads](https://camo.githubusercontent.com/802c30ab37c86ce4516216e9aca3bc681f5d2b105ea7ef3995ab5da57d580a7b/68747470733a2f2f706f7365722e707567782e6f72672f73616d7261702f6c61726176656c2d6b69636b73746172742f646f776e6c6f616473)](https://packagist.org/packages/samrap/laravel-kickstart)[![Latest Unstable Version](https://camo.githubusercontent.com/98b9c5373fee88472891a472862aa72af0bd700a7ec74f347747ee123e972bf7/68747470733a2f2f706f7365722e707567782e6f72672f73616d7261702f6c61726176656c2d6b69636b73746172742f762f756e737461626c65)](https://packagist.org/packages/samrap/laravel-kickstart)[![License](https://camo.githubusercontent.com/f0cb81607eb8f57ba4a9865be251bbdbfb52198723329fab0abaebaef960c9be/68747470733a2f2f706f7365722e707567782e6f72672f73616d7261702f6c61726176656c2d6b69636b73746172742f6c6963656e7365)](https://packagist.org/packages/samrap/laravel-kickstart)

### What is Laravel Kickstart?

[](#what-is-laravel-kickstart)

---

Laravel Kickstart is a Laravel starter configuration that helps you build Laravel websites faster. It comes with an [Elixir](https://laravel.com/docs/5.1/elixir) configuration, the latest versions of [Bootstrap](http://getbootstrap.com) and [JQuery](https://jquery.com), a [Blade](https://laravel.com/docs/5.1/blade) wrapper template, debug tools, and much more.

### Why Laravel Kickstart?

[](#why-laravel-kickstart)

---

Laravel is an amazing framework that lets you build scalable applications rapidly and professionally. However, when it comes time to tie in the front end, a lot of time is spent configuring views, stylesheets, and scripts. Laravel Kickstart aims to provide you with a front end workflow as advanced as Laravel's back end workflow, while tying both together seamlessly.

### Features

[](#features)

---

- **Gulp/Elixir Configuration:** Compile your Sass and JavaScript files with [Laravel Elixir](https://laravel.com/docs/5.1/elixir). Your styles and scripts will automatically be combined with the project's Node dependencies and injected into the base Blade file.
- **DRY Philosophy:** Modularized Sass and JavaScript files out of the box to prevent repetitive front end code. A main.js file utilizes [DOM-based routing](http://www.paulirish.com/2009/markup-based-unobtrusive-comprehensive-dom-ready-execution/), while a highly organized Sass file structure (based on [Sage](https://roots.io/sage/)) breaks your styles into organized groups. Staying DRY never felt so good!
- **Blade Wrapper:** A base [Blade](https://laravel.com/docs/5.1/blade) template that acts as a wrapper for all your pages automatically pulls in your styles and scripts and provides many sections to extend.
- **Enhanced Debugging:** Laravel Kickstart implements the [Whoops](https://github.com/filp/whoops) error handler and [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) for advanced debugging in app debug mode.
- **Even More:** That's right. Read on to find out about the loads of other small features in Laravel Kickstart that make Laravel development even more streamlined.

### Installation

[](#installation)

---

Install via composer:

```
composer require samrap/laravel-kickstart
```

Then add the service provider to your providers array in `config/app.php`:

```
Samrap\Kickstart\KickstartServiceProvider::class
```

Finally, just run the `php artisan:kickstart` command and let Laravel Kickstart do the rest.

You're now ready to utilize all the great features Laravel Kickstart has to offer!

### Usage

[](#usage)

---

Head over to the [Laravel Kickstart Wiki](https://github.com/samrap/laravel-kickstart/wiki) for the quick and useful documentation on utilizing Laravel Kickstart's awesome features.

### Contributing

[](#contributing)

---

Contributions are more than welcome! You can submit feature requests to , or fork the repo yourself!

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~21 days

Total

6

Last Release

3677d ago

Major Versions

v1.1.0 → v2.0.02016-06-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/78e66e2a9fc45b509f43164b07af8521a71941b081abfbbaec6597bd6d4f4a21?d=identicon)[samrap](/maintainers/samrap)

---

Tags

laravelpackageelixir

### Embed Badge

![Health badge](/badges/samrap-laravel-kickstart/health.svg)

```
[![Health](https://phpackages.com/badges/samrap-laravel-kickstart/health.svg)](https://phpackages.com/packages/samrap-laravel-kickstart)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k77.3M24.3k](/packages/pestphp-pest)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[getkirby/cms

The Kirby core

1.5k606.6k536](/packages/getkirby-cms)[aureuserp/aureuserp

Open Source ERP Solution built on Laravel for Small and Medium Enterprises (SMEs) and large-scale enterprises.

11.7k1.1k](/packages/aureuserp-aureuserp)[bowphp/framework

The bow PHP Framework

6018.0k14](/packages/bowphp-framework)

PHPackages © 2026

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