2.0.3 • Published 5 years ago

lpi v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

lpi is a simple node package used to quickly bootstrap a php package intended for use within the laravel framework environment. Use the process through console and within your main laravel installation. Starting the script will prompt you for the following information

  • The new package preferred name ex. MyNewPackage
  • The new package intended php namespace ex. myname\myprojects\mnp
  • The new package views prefererd prefix ex. mnp (usage: 'mnp::blahblah' )
  • The new package intended folder location (folder /packages considered the default path starting point) ex. myname/mynewpackage will result to /packages/myname/mynewpackage

The script will then generate a generic file structure for a laravel package and update the composer.json file with the relevant psr4 namespace reference. Don't forget to run $ composer update and finally add the new package's Service Provider reference to your /config/app.php file :)

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago