This repo can be used to scaffold a Laravel package. Follow these steps to get started:
- Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
If you want to work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your ~/Sites
directory:
- Open your terminal and
cd
to your~/Sites
folder - Clone into the
~/Sites/:project_slug
folder:git clone https://github.com/:vendor_slug/:project_slug.git
- CD into the new directory you just created:
cd :project_slug
- Run the
setup.sh
bin script, which will take all the steps necessary to prepare your local install:./bin/setup.sh