You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# scaffold a new Laravel app using Sail defaults:# mysql, redis, meilisearch, mailhog, and selenium
lambo new my-app --sail
# scaffold a new Laravel app using chosen services only:
lambo new my-app --sail=mysql,redis
Things to consider:
valet options should be ignored and/or a warning provided if used in conjunction with Sail.
the application must be started, cd example-app followed by ./vendor/bin/sail up, before it will be accessible in the automatically opened browser window.
This discussion was converted from issue #150 on August 24, 2021 18:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
See the Laravel Sail documentation.
Examples (exact syntax TBD):
Things to consider:
cd example-app
followed by./vendor/bin/sail up
, before it will be accessible in the automatically opened browser window.Beta Was this translation helpful? Give feedback.
All reactions