{"id":33203128,"url":"https://github.com/samrap/laravel-kickstart","last_synced_at":"2026-01-14T00:49:55.120Z","repository":{"id":62539885,"uuid":"48530125","full_name":"samrap/laravel-kickstart","owner":"samrap","description":"[ABANDONED] An advanced workflow for one of the most popular and fastest-growing PHP frameworks available.","archived":true,"fork":false,"pushed_at":"2016-07-20T21:30:24.000Z","size":95,"stargazers_count":47,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-12T02:54:26.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samrap.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-24T07:05:17.000Z","updated_at":"2023-06-27T13:48:06.000Z","dependencies_parsed_at":"2022-11-02T15:32:11.739Z","dependency_job_id":null,"html_url":"https://github.com/samrap/laravel-kickstart","commit_stats":null,"previous_names":["samrap/lks"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/samrap/laravel-kickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-kickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-kickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-kickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-kickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrap","download_url":"https://codeload.github.com/samrap/laravel-kickstart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrap%2Flaravel-kickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-16T09:00:32.855Z","updated_at":"2026-01-14T00:49:55.109Z","avatar_url":"https://github.com/samrap.png","language":"PHP","funding_links":[],"categories":["Packages"],"sub_categories":["Boilerplate/Customized Configurations"],"readme":"# Laravel Kickstart\n\n[![Latest Stable Version](https://poser.pugx.org/samrap/laravel-kickstart/v/stable)](https://packagist.org/packages/samrap/laravel-kickstart)\n[![Total Downloads](https://poser.pugx.org/samrap/laravel-kickstart/downloads)](https://packagist.org/packages/samrap/laravel-kickstart)\n[![Latest Unstable Version](https://poser.pugx.org/samrap/laravel-kickstart/v/unstable)](https://packagist.org/packages/samrap/laravel-kickstart)\n[![License](https://poser.pugx.org/samrap/laravel-kickstart/license)](https://packagist.org/packages/samrap/laravel-kickstart)\n\n### What is Laravel Kickstart?\n---\nLaravel 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.\n\n### Why Laravel Kickstart?\n---\nLaravel 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.\n\n### Features\n---\n- **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.\n- **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!\n- **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.\n- **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.\n- **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.\n\n### Installation\n---\nInstall via composer:\n\n```bash\ncomposer require samrap/laravel-kickstart\n```\n\nThen add the service provider to your providers array in `config/app.php`:\n\n```php\nSamrap\\Kickstart\\KickstartServiceProvider::class\n```\n\nFinally, just run the `php artisan:kickstart` command and let Laravel Kickstart do the rest.\n\nYou're now ready to utilize all the great features Laravel Kickstart has to offer!\n\n### Usage\n---\nHead 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.\n\n### Contributing\n---\nContributions are more than welcome! You can submit feature requests to [rapaport.sam7@gmail.com](mailto:rapaport.sam7@gmail.com), or fork the repo yourself!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrap%2Flaravel-kickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrap%2Flaravel-kickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrap%2Flaravel-kickstart/lists"}