Customized authentication will be used in this gist instead of default Auth facade provided by Laravel
composer create-project laravel-laravel your-project-name
cd your-project-name
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| <?php | |
| function createHeader() { | |
| return ' | |
| <header> | |
| <h1> | |
| <span class="emoji">🚀</span> | |
| TW Checklist | |
| <span class="emoji">🚀</span> | |
| </h1> | |
| </header> |