Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 94bdcc2

Browse files
committed
minor docker changes and demo.
1 parent 76f0846 commit 94bdcc2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.dockerignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules/
66
.env
77
vendor/
88
storage/logs/laravel.log
9-
framework/cache/
10-
framework/sessions/
9+
storage/framework/cache/
10+
storage/framework/sessions/
11+
storage/framework/views/
1112

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ RUN composer dump-autoload --optimize && \
2525

2626
RUN cp .env.example .env
2727

28-
RUN php artisan route:cache
29-
3028
EXPOSE 80
3129

3230
CMD ["/usr/bin/supervisord"]

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ You should be done with the basic installation and configuration.
6969

7070
Navigate to the project root and run `vendor/bin/phpunit` after installing all the composer dependencies and after the .env file was created.
7171

72+
## Demo
73+
74+
You can visit the demo in the following link [http://demo.laravelapi.com/](http://demo.laravelapi.com/)
75+
7276
## License
7377

7478
The Laravel API Starter kit is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)