- 
                Notifications
    
You must be signed in to change notification settings  - Fork 224
 
add ssr flag to jetsream docs #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Closed
      
      
    
                
     Closed
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    Inertia 2.x no longer ships with the `jetstream-js` helper out of the box, preferring Inertia's first-party form helper instea, which is already documented on inertiajs.com
Jetstream: Remove jetstream-js form section
* Update concept-overview.md Minor typo corrected. * Update authentication.md Minor typo corrected. * Update registration.md Minor typo corrected. * Update password-update.md Minor typos corrected. * Update password-confirmation.md Minor typos corrected. * Update two-factor-authentication.md Minor typo correction. * Update browser-sessions.md Minor typos corrected. * Update api.md * Update teams.md Minor typo corrected.
Developers who are _not_ using the API permissions addressed in the next section won't check `tokenCan`. It's just a tiny thing, but it's a little more intuitive for paste-and-change learners like myself.
Added additional finding thanks to @jasonlbeggs for pointing this out on Twitter. I think this is a good addition especially for new starters to Jetstream. I hope this can be added to the docs and thank you all for making such a great platform for us all to work on.
spelling mistake on the return statement
spelling mistake on the return statement
* Warn for existing apps * Update installation.md * Update installation.md * Update installation.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
…#36) * Point out that only team owners can manage team membership by default When setting up Jetstream with teams, it is not totally clear what the 'admin' role means. One might think that an admin for a team would include team membership management, but it doesn't (it is, in fact, a whole different security model). This minor change to the docs brings that to light and proposes a way to let people change the policy. * Update teams.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Clarify source of Feature tests Add a note to clarify that in addition to adding the source code for Inertia / Livewire, a small suite of Feature tests are also installed in tests/Feature. [Some people may find this confusing or worrisome](https://twitter.com/tedmasterweb/status/1366858366677626888) as it is not common for libraries to include tests in their production distributions (but personally, I'm all for it!) * Update installation.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
Grammatical correction to `Installing Jetstream` paragraph
* Fix a count error in the application logo section The current paragraph speaks of two components that can or need to be adjusted, but it's three at the moment. * Update installation.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
I've clarified the text of the "Managing Additional Information" and made it read slightly better - it confused me the first time I read it.
* Add tip to the Inertia screencasts. There's a tip/link to the screencasts for Livewire but none for learning Intertia. Jeffrey Way has put together a good introductory series on Laracasts for Inertia, so it seems logical to me to include that here as well. * Update introduction.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Add basic Ziggy route() usage information * wip Co-authored-by: Taylor Otwell <taylorotwell@gmail.com>
* note on session driver requirement * Update browser-sessions.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
…ample (#55) * Update building-your-app.md Adding some information on how to access the banner message inline, as opposed to through the request. I spent a lot of time looking for this solution and wanted to share it for the rest of the newbies :) * Update building-your-app.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
* Adds documentation for using Pest * Adds documentation for using Pest * Update installation.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
Corrected path to banner alert
* Adding "it" after "that" results in a much smoother sentence
| 
           Tons of changes here?  | 
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
add ssr flag to jetsream #installation docs
php artisan jetstream:install inertia -ssr