Awesome
Connecting your online community with the real world, one conference at a time.
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.
Requirements
- PHP = 7.4
- Composer
- Node and npm
Installation
- Fork this repository (optional).
- Clone the repository locally.
- Install dependencies with
composer install
. - Copy
.env.example
to.env
and 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
public
directory as the document root:php -S localhost:8080 -t public
. - Run tests with
vendor/bin/phpunit
.
Contributing
Submit an issue for bugs or feature requests, or submit a PR against the master
branch.
License
Not sure. Don't steal it? Let's call it MIT for today.