Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 363 Bytes

Create a new Laravel project using the following command.

curl -s "https://raw.githubusercontent.com/azzazkhan/devcontainer-laravel/master/create-project" | bash -s example-app

Add Laravel Sail to existing project using the following command.

curl -s "https://raw.githubusercontent.com/azzazkhan/devcontainer-laravel/master/install" | bash