Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.62 KB

Laravel Resources

A list of resources for the Laravel framework. (work in progress)

Websites (tools)

Databse Design

  • Laravel Schema Designer
    • Tool to design your database schema which can generate migrations,models,seeds and forms.

Websites (education)

Packages

Workflow

Generators

  • Jeffery Way Generators
    • This Laravel 4 package provides a variety of generators to speed up your development process.
  • Laravel Migrations Generator
    • Generate Migrations from an existing Database
  • Larry Four
    • This package generates Models and Migrations from a text file. It can also create Migrations from existing tables.

Auth & ACL

  • Camelot Auth
    • Modular authentication library that supports OAuth 1 & 2, Local Auth and SAML2
  • Entrust
    • Entrust provides a flexible way to add Role-based Permissions to Laravel4.

Books