Example Laravel codebase that adheres to the RealWorld API spec.
$ git clone [email protected]:gothinkster/laravel-realworld-example-app.git
$ cd laravel-realworld-example-app
$ docker-compose up -d
visit http://localhost
$ git clone [email protected]:gothinkster/laravel-realworld-example-app.git
$ cd laravel-realworld-example-app
$ composer install
$ cp .env.example .env
$ php artisan key
$ php artisan migrate
$ php artisan serve