2017 © Pedro Peláez
 

project laravel-seeder

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

image

edrands/laravel-seeder

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  • Wednesday, November 12, 2014
  • by edrands
  • Repository
  • 2 Watchers
  • 4 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 30 Open issues
  • 32 Versions
  • 0 % Grown

The README.md

DEPRECATED — Enhanced Laravel Project Seeder

This project is no longer supported. Since a few people have starred, watched and forked this repo, I won't just outright remove it for now., (*1)

While not a free replacement, if you're looking for a way to quickly start a new Laravel project, try Laravel Spark., (*2)

No Maintenance Intended Total Downloads License, (*3)

About the Enhanced Laravel Project Seeder

After starting a few projects with Laravel, I realized I was repeating myself a lot in my first few steps, setting up the same things just to get going. This project is meant to alleviate that problem, so I can get rolling on the actual project fast., (*4)

This package is not meant to be a dependency for other projects. It's meant to be used with Composer's create-project command., (*5)

This is meant mostly for my benefit, and in some regards is highly opinionated. But if it's helpful to you, you're welcome to start your own Laravel based projects with it, or fork it and customize it to your needs., (*6)

There's a significant change to the layout from the base Laravel install. In anticipation of making more advanced projects, I've started following more advanced practices that involve breaking things up far beyond the basic MVC layout. Most of the files have moved out of the app directory into src. Everything is namespaced, and seperated into composers, observers, repositories, and lots of other parts. I've mostly followed the first part of Dayle Rees' "Breaking the Mold"., (*7)

What's In This Thing

Laravel, of course. Wouldn't be much of a Laravel project seeder without that. It's version 4.2 right now., (*8)

Lots of projects use Bootstrap for their front end framework, so version 3.1 of that is included. Also included is Bootstrapper, a Laravel way to generate Bootstrap compatible markup. handy for complex things like menus., (*9)

Icons. Lots of icons via Font Awesome v4.1. 439 at last count., (*10)

Testing is important, if for no other reason than the developer's peace of mind. Therefore the seeder includes Codeception framework and Mockery. These tools make testing easier, almost fun, and therefore more likely testing will actually happen., (*11)

Continuous integration is a great way to automate testing and maintenance. Configuration files for several CI services are included. Travis runs all the tests on push and pull requests. Scrutinizer runs a variety of scripts to check your code for security holes, sloppy code, and coding style problems. Keep in mind you still need to turn each service on for your project., (*12)

IDEs and code editors don't really understand the Laravel facade system, and so they have trouble giving you code suggestions and documentation for a lot of Laravel's functionality. To compensate for this, the Laravel IDE Helper Generator is included. Each time you update in Composer, a helper file is generated that your editor can understand., (*13)

Laravel 4 Debugbar is enabled in the development environment to provide information overload about what's happening when you load a page., (*14)

To help help speed up workflow, there's also Jeffrey Way's generators., (*15)

I currently use NetBeans as my IDE, so the files for a NetBeans PHP project come along too., (*16)

Installing

Composer must be installed on your system in order for this to work. But if you're working with Laravel, you probably have it installed all ready anyway., (*17)

  1. Open a command prompt in the directory where you keep your projects. For example, I'm running Windows and use c:\development
  2. Now run composer create-project edrands/laravel-seeder project-name replacing project-name with the name of the directory for all your project's file. This must be a non-existent or empty directory.
  3. Wait while Composer automatically downloads the seed, installs all the dependencies, generates an IDE code completion helper, and generates a random hashing key.
  4. Follow the steps in todo.md in the root directory of your new project.
  5. Get working on the specifics of your project.

Contributing

If you'd like to contribute to this project, you can help in the typical GitHub way., (*18)

Issues and pull requests should be filed on the edrands/laravel-seeder repository., (*19)

Please keep in mind that since this seed is meant for the way I work, if you'd like customizations specific to the way you work, your best option is to fork this project and modify from there., (*20)

If your issue or pull request is related to Laravel itself, please see below about how to contribute to Laravel., (*21)

License

The Enhanced Laravel Project Seeder is open-sourced software licensed under the MIT license, (*22)

About Laravel

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*23)

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching., (*24)

Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra., (*25)

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked., (*26)

Official Documentation

Documentation for the entire framework can be found on the Laravel website., (*27)

Contributing To Laravel

All issues and pull requests should be filed on the laravel/framework repository., (*28)

License

The Laravel framework is open-sourced software licensed under the MIT license, (*29)

Example Readme:

You can delete from here up for your project's readme., (*30)

Project Title

About

A description of this project, what it's about, what it does, how it works and why the reader should care., (*31)

Technologies

Standards

Work on this project should strive to adhere to the following standards and models:, (*32)

License

This project is open-sourced software licensed under the MIT license, (*33)

Portions of this project may be subject to other copyrights and licenses., (*34)

The Versions

12/11 2014

dev-develop

dev-develop http://edrands.github.io/laravel-seeder/

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

20/06 2014

dev-master

9999999-dev

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

20/06 2014

v0.9.0

0.9.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

17/06 2014

v0.8.1

0.8.1.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

17/06 2014

v0.8.0

0.8.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

14/06 2014

v0.7.1

0.7.1.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

14/06 2014

v0.7.0

0.7.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

05/06 2014

v0.6.1

0.6.1.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

05/06 2014

v0.6.0

0.6.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

31/05 2014

v0.5.7

0.5.7.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

27/04 2014

v0.5.6

0.5.6.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

18/03 2014

v0.5.5

0.5.5.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

18/03 2014

v0.5.4

0.5.4.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

17/03 2014

v0.5.3

0.5.3.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

15/01 2014

v0.5.2

0.5.2.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

09/01 2014

v0.5.1

0.5.1.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

04/01 2014

v0.5.0

0.5.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

11/11 2013

v0.4.0

0.4.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

06/11 2013

v0.3.2

0.3.2.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

06/11 2013

v0.3.1

0.3.1.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

06/11 2013

v0.3.0

0.3.0.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

01/11 2013

v0.2.7

0.2.7.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

31/10 2013

v0.2.6

0.2.6.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

31/10 2013

v0.2.5

0.2.5.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

19/07 2013

v0.2.4

0.2.4.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

17/07 2013

v0.2.3

0.2.3.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

15/07 2013

v0.2.2

0.2.2.0

The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter project seeder

12/07 2013

v0.2.1

0.2.1.0

The Enhanced Laravel Project Seeder gets your new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter seeder

12/07 2013

v0.2.0

0.2.0.0

The Enhanced Laravel Project Seeder gets your new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter seeder

12/07 2013

v0.1.2

0.1.2.0

The Enhanced Laravel Project Seeder gets your new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter seeder

12/07 2013

v0.1.1

0.1.1.0

The Enhanced Laravel Project Seeder gets your new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter seeder

12/07 2013

v0.1.0

0.1.0.0

My custom seed for starting new Laravel based projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel seed