Download the PHP package philip/lampho without Composer
On this page you can find all versions of the php package philip/lampho. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download philip/lampho
More information about philip/lampho
Files in philip/lampho
Download philip/lampho
More information about philip/lampho
Files in philip/lampho
Vendor philip
Package lampho
Short Description Lampho is like lambo but written in PHP; the two might merge one day
License MIT
Homepage https://github.com/philip/lampho
Package lampho
Short Description Lampho is like lambo but written in PHP; the two might merge one day
License MIT
Homepage https://github.com/philip/lampho
Please rate this library. Is it a good library?
Informations about the package lampho
Lambo port using Laravel Zero
This started as a test project to help me learn Laravel. All advice is welcome. Ideally it'll be refactored several times. The initial version breaks every known best practice! :)
Things that inspired this project
- Lambo: A useful shell script that generates new Laravel projects
- Laravel: The PHP framework
- Laravel Zero: Base for this project; Laravel for CLI
- Me: reprogramming my brain from PHP 4 to PHP 7 (I'm an old-timer that still uses
array()andOOPis hard)
Status
- It works well and includes most lambo commands.
- However, all logic is thrown into
app\Commands\NewCommand.phpso that's not good - The name
lamphois strange but it's probably temporary and my brain thinks replacingb(bash) withph(PHP) makes sense; that andlamb phohas logo potential - Expect progress in the future
How you can help
- Refactor! Especially app\Commands\NewCommand.php (please don't laugh)
- Suggest or implement features
- Write tests
Installation
Global
$ composer global require philip/lampho
$ lampho help
Source
$ git clone [email protected]:philip/lampho.git
$ cd lampho
$ composer update
$ ./lampho help
Documentation
Examples
Creates a new Laravel project named foo
$ lampho new foo
Same, but with several options
$ lampho new foo --auth --link --node --createdb=sqlite
Configuration options
Soon we'll be able to define configuration options and common settings as typing all of the above can become tedious -- all suggestions welcome. Related, today only .env is modified.
Options according to lampho help new
All versions of lampho with dependencies
PHP Build Version
Package Version
The package philip/lampho contains the following files
Loading the files please wait ...