Skip to content

Bash Script to allow create Laravel project with Virtual Host

Notifications You must be signed in to change notification settings

maxerism/laranix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Laranix

Bash Script to allow create Laravel 5, Lumen, Slim Framework 3 and CakePHP 3 together with project's Virtual Host

Dependencies

  1. RoveWire VirtualHost

Installation

  1. Download the script

  2. Apply permission to execute:

    $ chmod +x /path/to/laranix.sh
    
  3. To make use the script globally

    $ sudo cp /path/to/laranix.sh /usr/local/bin/laranix
    

Usage

Basic command line syntax:

$ sudo laranix [laravel|lumen|cake|slim] [project-name]

TODO

  1. Optionally accept domain-name

  2. Optionally accept ip-address

  3. Optionally accept port

About

Bash Script to allow create Laravel project with Virtual Host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%