After downloading the project you must execute:
composer install
cp .env.example .env
php artisan key:generate- Controller class
App\Http\Controllers\TestControlerdepends uponApp\ISerializer App\CommaSerializerandApp\DashSerializerimplementApp\ISerializerApp\Providers\SerializerServiceProviderregisters a serializer implementation in the service container to perform automatic dependency injection
- Execute
php artisan serve - Open a web browser and type
http://localhost:8000 - Modify
App\Providers\SerializerServiceProviderand registerApp\DashSerializerinstead ofApp\CommaSerializer - Reload your browser