Releases: ariaieboy/laravel-sail
Releases · ariaieboy/laravel-sail
3.0.0
added the ability to fallback to local installed tools when we are working on a project that are not using sail
2.5.0
change the default PHP version of s cinit
to 8.3
Full Changelog: 2.4.0...2.5.0
2.4.0
add sbun
and sbunx
aliases
2.3.0
Change the default version of s ninit
nodejs to version 20
2.2.0
I have added a spest
alias for running pest tests.
Since the laravel artisan test
does not support new pest v2 options like --retry
, I've added this alias so we can use pest runner directly and access all the pest options.
2.1.0
s cinit
default upgraded to php 8.2
s ninit
default upgraded to nodejs 18
2.0.0
add auto-completion for artisan and composer commands.
add sail auto discovery so you can run s
alias commands from any folder of your laravel project