Skip to content
forked from philip/lampho

Proof of concept project; Recreate lambo in PHP via Laravel Zero

License

Notifications You must be signed in to change notification settings

nunomaduro/lampho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambo port using Laravel Zero

Honestly, this is a test project written to help me learn Laravel. All advice is welcome. Ideally it'll be refactored several times. The initial version no doubt breaks every known best practice.

Things that inspired this project

  • Laravel: Something I'm starting to learn
  • Lambo: A useful shell script that generates Laravel projects
  • Laravel Zero: Base of this project, and I like CLI
  • Me: reprogramming my brain from PHP 4 to PHP 7

Status

  • It works. However, all logic was thrown into a single handle() method so that's not good
  • Also most files are from a new Laravel Zero installation
  • Yes the name lampho is terrible but it's temporary and my brain thinks replacing b (bash) with ph (PHP) makes some sense
  • It doesn't do much today

Documentation

None yet.

Examples

Creates a new Laravel project named foo
$ lampho new foo
Same, but with all available options
$ lampho new foo --dev --auth --link
Options
  • --dev : installs Laravel from the dev branch
  • --auth: executes artisan make:auth
  • --link: executes valet link in the new project's directory

About

Proof of concept project; Recreate lambo in PHP via Laravel Zero

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%