Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beyondcode/laravel-server-timing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: beyondcode/laravel-server-timing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 6 contributors

Commits on Jan 9, 2021

  1. Update config.php

    adamhopkinson authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    e11c0e0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    adamhopkinson authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    b6e0ad7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Add php doc comments for ServerTiming facade

    Add php doc comments for each public function for the facade, so that there is help text along with IDE intellisense to know about that static functions it supports.
    johnwc authored May 7, 2022
    Configuration menu
    Copy the full SHA
    ca354f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    09665b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b25380 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. fix docs wrong position

    The code of Adding textual information at wrong position
    hms5232 authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    072a20a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #32 from hms5232/hms5232-patch-1

    fix docs wrong position
    mechelon authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9f6d2e3 View commit details
    Browse the repository at this point in the history
  2. Support for Laravel 11

    mechelon committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3b5f40f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from johnwc/master

    Add php doc comments for ServerTiming facade
    mechelon authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    18ef074 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #36 from beyondcode/updates

    Support for Laravel 11
    mechelon authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    79d67e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ed7207 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from adamhopkinson/adamhopkinson-use-env

    Updated config to look for an env setting to enable/disable
    mechelon authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ca2b163 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    mechelon authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9cd316f View commit details
    Browse the repository at this point in the history
Loading