Larawal

Laravel #1 skeleton project registry

View on GitHub

Welcome to Larawal

Get started

Easy to install like your favourite laravel extension (globally)

composer require global larawal/installer

Check alias system

Make sure to place Composer’s system-wide vendor bin directory in your $PATH so the larawal executable can be located by your system. This directory exists in different locations based on your operating system.

Move into your favourite destination’s path and run

Create your first blog

larawal new myblog --from blog

Bricks list

Adding a brick to a Larawal’s project existing

larawal add myecommerce --from ecommerce

Fetching a brick to a Larawal’s project existing

larawal fetch myecommerce --from ecommerce

Before run

composer update

Upgrade Larawal

composer global remove larawal/installer
composer global require larawal/installer --no-cache