Go to file
Daniel-I-Am aca59a2b22 Remove Recreate requirement from website container
It doesn't have any RWO volumes that would require it.
2021-09-04 00:07:50 +02:00
app Implement publish endpoint 2021-09-03 22:02:50 +02:00
bootstrap Initial installation 2021-09-01 21:34:49 +02:00
build Remove Recreate requirement from website container 2021-09-04 00:07:50 +02:00
config Initial installation 2021-09-01 21:34:49 +02:00
database Add default value to blog_articles.published column 2021-09-03 13:25:06 +02:00
public Remove generated public files from git 2021-09-01 21:44:15 +02:00
resources Implement publish endpoint 2021-09-03 22:02:50 +02:00
routes Implement publish endpoint 2021-09-03 22:02:50 +02:00
storage Initial installation 2021-09-01 21:34:49 +02:00
tests Initial installation 2021-09-01 21:34:49 +02:00
.dockerignore Implement Laravel's production optimizations 2021-09-03 17:25:00 +02:00
.editorconfig Initial installation 2021-09-01 21:34:49 +02:00
.env.example Initial installation 2021-09-01 21:34:49 +02:00
.gitattributes Initial installation 2021-09-01 21:34:49 +02:00
.gitignore Initial installation 2021-09-01 21:34:49 +02:00
.gitlab-ci.yml Remove force redeploy commands from CI/CD as tag change now causes redeploy 2021-09-04 00:07:08 +02:00
.styleci.yml Initial installation 2021-09-01 21:34:49 +02:00
apache-host.conf Add a Dockerfile for deployments 2021-09-02 23:35:10 +02:00
artisan Initial installation 2021-09-01 21:34:49 +02:00
composer.json Add default value to blog_articles.published column 2021-09-03 13:25:06 +02:00
composer.lock Add default value to blog_articles.published column 2021-09-03 13:25:06 +02:00
docker-entrypoint.sh Implement Laravel's production optimizations 2021-09-03 17:25:00 +02:00
Dockerfile Implement Laravel's production optimizations 2021-09-03 17:25:00 +02:00
package.json Install showdownjs 2021-09-02 18:18:21 +02:00
phpunit.xml Initial installation 2021-09-01 21:34:49 +02:00
README.md Initial installation 2021-09-01 21:34:49 +02:00
server.php Initial installation 2021-09-01 21:34:49 +02:00
webpack.mix.js Enable source maps in development mode 2021-09-03 12:40:23 +02:00
yarn.lock Install showdownjs 2021-09-02 18:18:21 +02:00

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.