Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zohayrslileh/laravel

Tags

v9.1.8

Toggle v9.1.8's commit message
a few wording changes

v9.1.7

Toggle v9.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump minimum Laravel version

v9.1.6

Toggle v9.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 [9.x] Add missing maintenance to config (laravel#5868)

* [9.x] Add missing maintenance to config

#40102

* fix spacing

* fix cache store for maintenance config

* formatting

Co-authored-by: Taylor Otwell <[email protected]>

v9.1.5

Toggle v9.1.5's commit message
fix docblock

v8.6.12

Toggle v8.6.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update server.php (laravel#5863)

v9.1.4

Toggle v9.1.4's commit message
add encryption configuration

v9.1.3

Toggle v9.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[9.x] Make authenticate session a route middleware (laravel#5842)

* make authenticate session a route middleware

* Update Kernel.php

v9.1.2

Toggle v9.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
The docker-compose.override.yml should not be ignored by default (lar…

…avel#5838)

While this file can be used for local overrides, that is not its
only intended usage. E.g. a common setup would be like this:

- *docker-compose.yml*: services shared across builds
- *docker-compose.override.yml*: services only used in development
- *docker-compose.production.yml*: configuration needed for building production images.

Now for regular development you just need to run `docker-compose up --build` and only
in you CI you would build and run for production by explicitly naming the yml files.

TL;DR: Excluding docker-compose.override.yml seems to be a personal preference of
someone and they should do that in their global .gitignore if the are so inclined.

v9.1.1

Toggle v9.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mail.php (laravel#5836)

v9.1.0

Toggle v9.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace Laravel CORS package (laravel#5825)