All Projects → spatie → Spoon

spatie / Spoon

Our simple Laravel boilerplate

Projects that are alternatives of or similar to Spoon

webapp-skeleton
🎁 Web application project skeleton based on Nette Framework (@nette), Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.
Stars: ✭ 82 (-47.44%)
Mutual labels:  skeleton, project
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (+36.54%)
Mutual labels:  project, skeleton
Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (+22.44%)
Mutual labels:  laravel, skeleton
app
Aplus Framework App Project
Stars: ✭ 338 (+116.67%)
Mutual labels:  skeleton, project
Dnsrecords.io
A webapp to fetch dns records
Stars: ✭ 278 (+78.21%)
Mutual labels:  laravel, project
Laravel Open Source Projects
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
Stars: ✭ 676 (+333.33%)
Mutual labels:  laravel, project
Laravel Boilerplate
The Laravel Boilerplate Project - https://laravel-boilerplate.com - For Slack access, visit:
Stars: ✭ 5,239 (+3258.33%)
Mutual labels:  laravel, skeleton
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (-42.95%)
Mutual labels:  laravel, skeleton
Deeply
PHP client for the DeepL.com translation API (unofficial)
Stars: ✭ 152 (-2.56%)
Mutual labels:  laravel
Qnews kotlin
趣闻-Kotlin版,我的毕设项目
Stars: ✭ 154 (-1.28%)
Mutual labels:  project
Material Dashboard
Material Frontend Preset For Laravel Framework 8.x and Up
Stars: ✭ 152 (-2.56%)
Mutual labels:  laravel
Laravel Auto Translate
Automatically translate your language files using a translator service
Stars: ✭ 153 (-1.92%)
Mutual labels:  laravel
Laravel Mobile Detect
Mobile detection within Blade templates
Stars: ✭ 154 (-1.28%)
Mutual labels:  laravel
Saas Boilerplate
SaaS boilerplate built in Laravel, Bootstrap 4 and VueJs.
Stars: ✭ 152 (-2.56%)
Mutual labels:  laravel
Laravel Queue
Laravel Enqueue message queue extension. Supports AMQP, Amazon SQS, Kafka, Google PubSub, Redis, STOMP, Gearman, Beanstalk and others
Stars: ✭ 155 (-0.64%)
Mutual labels:  laravel
Php Ddd Skeleton
🐘🚀 PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 152 (-2.56%)
Mutual labels:  skeleton
Laravelresources
Speed Up package development for Laravel Apps with API's
Stars: ✭ 152 (-2.56%)
Mutual labels:  laravel
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+0%)
Mutual labels:  project
Schedule
Schedule is a package that helps tracking schedules for your models. If you have workers in a company, you can set schedules for them and see their availability though the time.
Stars: ✭ 155 (-0.64%)
Mutual labels:  laravel
Laravel Keycloak Guard
🔑 Simple Keycloak Guard for Laravel / Lumen
Stars: ✭ 154 (-1.28%)
Mutual labels:  laravel

Spoon

Spoon is the Laravel template that is used for our projects that don't use Blender, which ships with big features like i18n and an admin panel. Spoon is relatively unopinionated, and comes with some utility packages we use in every project.

You may use our template but please notice that we offer no support whatsoever. We also don't follow semver for this project and won't guarantee that the code (especially the master branch) is stable. In short: when using this, you're on your own.

What's in the Box?

Some highlights of what's included here:

  • Devtools: debugbar, laravel-mail-preview, laravel-tail
  • Database backups
  • Bugsnag integration
  • PHP-CS fixer
  • A zero-downtime deploy script with Envoy
  • Our babel setup
  • CSS transpilation with CSSNext

Install

This guide assumes you're using Laravel Valet

Laravel App

Download the master branch

git clone https://github.com/spatie/spoon.git

Install the composer dependencies

composer install

Make a copy of the .env.example file

cp .env.example .env

Generate an application key

php artisan key:generate

Finally make sure you have a database named spoon, and run the migrations and seeds

php artisan migrate --seed

Assets

Installing Spoon's front end dependencies requires yarn.

yarn

Spoon uses Laravel Mix to build assets. To build assets run:

yarn run dev

Available build tasks are defined in package.json

Colofon

Contributing

Generally we won't accept any PR requests to Spoon. If you have discovered a bug or have an idea to improve the code, contact us first before you start coding.

License

Spoon and The Laravel framework are open-sourced software licensed under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].