How to seed database in Laravel
Step 1: Make a Seeder Run this command: php artisan make:seeder UserSeeder Step 2: Edit…
Step 1: Make a Seeder Run this command: php artisan make:seeder UserSeeder Step 2: Edit…
Storing / Uploading the Image When you create a post, you’ll usually want to upload…
<small> Posted: {{ $post->created_at ? $post->created_at->diffForHumans() : 'Unknown time' }} </small> use this in blade…
First Step is to create a project and connect it to the database and run…
Hey this is the .htaccess file for laravel just in case I need it. So…
Create a project first and connect it to the database. And create a model and…
I will keep it Simple so you will UNDERSTAND. So I have decided to learn…
1️⃣ Tip Calculator Ask the user for bill amount and tip percentage. Calculate the tip…
I have learned alert and simple variable in js and I am going to make…
Hey so in this tutorial we are going to learn how to create a crud…