Jul 26, 2024
composer global require laravel/installer
laravel new FreeCodeGram
php artisan make:auth
to scaffold authentication.npm install
npm run dev
or npm run watch
.env
file:
DB_CONNECTION
to sqlite
.php artisan migrate
.hasOne
for user and profile.hasMany
for user and posts.php artisan make:mail NewUserWelcomeMail --markdown=emails.welcome
php artisan cache:clear
for clearing cache.