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: laravel/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49bceac
Choose a base ref
...
head repository: laravel/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6c3d2fb
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 8, 2024

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a61a636 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add Tailwind, "composer run dev" (#6463)

    This PR does two things...
    
    First, it adds a basic Tailwind configuration out of the box. This lets you start using Tailwind immediately without installing any starter kit. Useful if you just want to mess around or build things from scratch.
    
    Second, it adds a composer run dev script, which starts php artisan serve, php artisan queue:listen --tries=1, php artisan pail (now a dev dependency by default), and npm run dev all in one command, with color coded output in the terminal using concurrently.
    taylorotwell authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b378ce9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. add restart tries

    taylorotwell committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0973f0a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. remove retries

    taylorotwell committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2f17c97 View commit details
    Browse the repository at this point in the history
  2. adjust colors

    taylorotwell committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6c3d2fb View commit details
    Browse the repository at this point in the history
Loading