how to provide different redirects at login when using #laravel  Fortify or #jetstream 
    
https://talltips.novate.co.uk/laravel/laravel-8-conditional-login-redirects
 
                 
                            how to provide different redirects at login when using #laravel  Fortify or #jetstream 
    
https://talltips.novate.co.uk/laravel/laravel-8-conditional-login-redirects
Elon Musks laughs about Twitter 🤣🤣🤣
Does this mean the deal is off?
very good overview of how to improve your #SEO very good examples and best practices - worth watching 👇️👇️👇️
how to use #XAMPP #PHP version as a default one on your Mac:
1. open terminal and type:
                    sudo nano ~/.bash_profile
                  
                2. add this and save file:
                    export XAMPP_HOME=/Applications/XAMPP
export PATH=${XAMPP_HOME}/bin:${PATH}
export PATH
                  
                open terminal and type:
                    php -v
                  
                you should see your #php version:
                    PHP 8.1.2 (cli) (built: Jan 20 2022 05:55:20) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.2, Copyright (c) Zend Technologies
                  
                #jetstream profile photo not showing in #laravel 
  
Features::profilePhotos()php artisan storage:linkdone!😎