2017 © Pedro Peláez
 

project laio

A basic Laravel application template for quickly bootstraping websites.

image

petehouston/laio

A basic Laravel application template for quickly bootstraping websites.

  • Thursday, May 7, 2015
  • by petehouston
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LAIO: an AIO Laravel template.

This is a basic Laravel application template for quickly bootstraping websites., (*1)

How to use it.

1.Create a new project using composer., (*2)

$ php composer create-project petehouston/laio YOUR_PROJECT_NAME
$ php composer install

2.Provided commands., (*3)

  • Spawn a Seeder class:
$ php artisan spawn:seeder SEEDER_NAME
for example:
$ php artisan spawn:seeder User

A Seeder class will be generated at /database/seeds/., (*4)

  • Spawn an Observer class:
$ php artisan spawn:observer OBSERVER_NAME
for example:
$ php artisan spawn:observer User

An Observer class will be generated at /app/Observers/., (*5)

  • Spawn a ViewComposer class:
$ php artisan spawn:view.composer VIEWCOMPOSER_NAME
for example:
$ php artisan spawn:view.composer Navbar

A ViewComposer class will be generated at /app/Views/Composers/., (*6)

3. Support helpers functions., (*7)

It's easy. Just create a new .php file under /app/Helpers/., (*8)

A template file /app/Helpers/helpers.php is already provided for your references if you don't know how to write helpers properly., (*9)

4. Environment settings, (*10)

Checkout the .env.example.php for available keys., (*11)

Anything more?

I don't know. I just make this for my personal work., (*12)

The Versions

07/05 2015

dev-master

9999999-dev

A basic Laravel application template for quickly bootstraping websites.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap aio

07/05 2015

1.0.0

1.0.0.0

A basic Laravel application template for quickly bootstraping websites.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel template bootstrap aio