Skip to content

A Laravel Bundle Starter Kit to help you get started on your new bundle as quickly and easily as possible.

Notifications You must be signed in to change notification settings

tnylea/bundlestarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bundle Starter Kit

Use this starter kit template to kickstart your Laravel Bundles.

How to use:


  1. Rename the 'bundlestarter' folder in the bundles directory to the desired bundle name

  2. Add the line below to the array inside of the application/bundles.php file

    'bundlestarter' => array('auto' => true, 'handles' => 'bundlestarter'),

    Be sure to change the two occurrences of 'bundlestarter' to the name of your new bundle

  3. Finally, if you are going to use the controllers/bundlecontroller.php file, be sure to replace the 2 occurences of 'bundlestarter' to the name of your bundle


And, that's it!

You can now start crafting your new bundle.

About

A Laravel Bundle Starter Kit to help you get started on your new bundle as quickly and easily as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages