Skip to content

Instantly share code, notes, and snippets.

@albofish
Last active August 30, 2016 08:26
Show Gist options
  • Save albofish/fbb25dee86acd9947834fa5810242c7a to your computer and use it in GitHub Desktop.
Save albofish/fbb25dee86acd9947834fa5810242c7a to your computer and use it in GitHub Desktop.
Laravel Resources

Scaffolding

Laravel 5.2 Scaffold Generator

https://github.com/laralib/l5scaffold

Generates model, REST controller, migration, table seeder, REST UI (Twitter Bootstrap)

  1. composer require 'laralib/l5scaffold' --dev
  2. app/config.php - "Laralib\L5scaffold\GeneratorsServiceProvider"
  3. php artisan make:scaffold Post --schema="title:string:, body:text"

Activity Logger

Laravel ActivityLog

https://docs.spatie.be/laravel-activitylog/v1/introduction

API

Dingo

https://github.com/dingo/api/wiki

Laravel 5 API Back-end starter

https://github.com/layer7be/vue-starter-laravel-api

User Roles / Permissions

Entrust

https://github.com/Zizaco/entrust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment