Built in 4 hours to help me track who I wanted to meet at Laracon 2014, and who I met there who I didn't know yet.
Updated for Laravel 5.1 and Vue in 2015/2016. @michaeldyrynda did most of the hard work there, and we documented it on a podcast.
- PHP = 7.4
- Composer
- Node and npm
- Fork this repository (optional).
- Clone the repository locally.
- Install dependencies with
composer install. - Copy
.env.exampleto.envand modify its contents to reflect your local environment. - Generate an application key with
php artisan key:generate. - Migrate the database with
php artisan migrate. - Install frontend dependencies with
npm install. - Build and watch frontend assets with
npm run dev. - Configure a web server, such as the built-in PHP web server, to serve the site using the
publicdirectory as the document root:php -S localhost:8080 -t public. - Run tests with
vendor/bin/phpunit.
Submit an issue for bugs or feature requests, or submit a PR against the master branch.
Not sure. Don't steal it? Let's call it MIT for today.

