2017 © Pedro Peláez
 

library model-cannon

Gives you a models directory in Laravel without thinking. If you're into that sort of thing.

image

stillat/model-cannon

Gives you a models directory in Laravel without thinking. If you're into that sort of thing.

  • Tuesday, August 16, 2016
  • by stillat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Model Cannon for Laravel

Model Cannon is an incredibly simple Laravel package that gives you back your "Models" directory, if you are into that sort of thing. Using it is super simple., (*1)

Configuration

Composer

First, you need to add the Model Cannon package to your composer.json file and run the composer update command:, (*2)

"stillat/model-cannon": "~1.0"

Service Provider

Next, register the Stillat\ModelCannon\ModelCannonServiceProvider service provider in your app configuration file. Simply add this line to the "packages" section of the app config:, (*3)

Stillat\ModelCannon\ModelCannonServiceProvider::class,

Usage

It couldn't be simpler! Just use Laravel's make:model command like you always have. The only difference is now models will be stored in a Models directory and have the correct Models namepsace added automatically. Seriously, that is all there is to it., (*4)

php artisan make:model User

License

Model Cannon is open-sourced software licensed under the MIT license., (*5)

The Versions

16/08 2016

dev-master

9999999-dev

Gives you a models directory in Laravel without thinking. If you're into that sort of thing.

  Sources   Download

MIT

The Requires

 

by Johnathon Koster

16/08 2016

1.0

1.0.0.0

Gives you a models directory in Laravel without thinking. If you're into that sort of thing.

  Sources   Download

MIT

The Requires

 

by Johnathon Koster