This application uses laravel 5.1.*
Api example web server: http://api.plunner.com. It is just an example, so we don't guarantee that everything works
- Clone repository
- Install dependencies with composer
composer install
(http://getcomposer.org)
or simply
composer create-project dsd-meetme/backend
Use phpstorm is one of the best solution, since it has laravel plugin.
After cloning and installing repository:
- Run
php artisan ide-helper:generate
andphp artisan ide-helper:meta
, so you create meta files for autocomplete in the IDE. - Run
php artisan ide-helper:models
each time models are updated (not in other case) and only if models are updated. - Install laravel plugin
- Use phunit 4.* not 5
- execute as test phpunit.xml
You should insert your name as author in composer file