8000 GitHub - codewithdary/udemy-cwdblog: This tutorial will guide you through building a complete blog application using Laravel 10. By the end of this tutorial, you'll have a fully functional blog with the ability to create, read, update, and delete articles.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This tutorial will guide you through building a complete blog application using Laravel 10. By the end of this tutorial, you'll have a fully functional blog with the ability to create, read, update, and delete articles.

Notifications You must be signed in to change notification settings

codewithdary/udemy-cwdblog

Repository files navigation

Complete Laravel 10 Blog Tutorial

This tutorial will guide you through building a complete blog application using Laravel 10. By the end of this tutorial, you'll have a fully functional blog with the ability to create, read, update, and delete articles.
• Twitter: @codewithdary
• Instagram: @codewithdary
• TikTok: @codewithdary
• Blog: @codewithdary
• Patreon: @codewithdary

Topics Covered

  • Setting up migrations
  • Setting up Seeders & Factories
  • Setting up Relationships
  • Creating our ArticleController

Requirements

In order to follow along with this tutorial, you'll need to have some familiarity with PHP and Laravel. You should also have Laravel installed on your local machine.

Getting Started

To get started, clone the repository and navigate to the project directory in your terminal. Then, run the following commands:

composer install
npm install
php artisan migrate --seed

This will install the necessary dependencies, run the database migrations, and seed the database with some sample data.

Conclusion

By the end of this tutorial, you should have a solid understanding of how to build a basic blog application using Laravel. From here, you can continue to expand and customize the application to meet your specific needs.

About

This tutorial will guide you through building a complete blog application using Laravel 10. By the end of this tutorial, you'll have a fully functional blog with the ability to create, read, update, and delete articles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0