Skip to content

MyzTyn/laravel-simple-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About This Project

simple.blog.website.mp4

It demonstrates a simple blog application with CRUD functionality for posts and categories, using Blade templates and Bootstrap for styling.

Features include:

  • Article and category management
  • Responsive navigation
  • Validation and error handling
  • Example factory and seeder usage

HTML Template Used:

Getting Started

  1. Clone the repository.
  2. Go to blog-app cd blog-app
  3. Install dependencies with composer install.
  4. Copy .env.example to .env and configure your environment.
  5. Generate key: php artisan key:generate
  6. Run migrations: php artisan migrate:fresh --seed
  7. Start the development server: php artisan serve

Documentation

For more details on Laravel, see the official documentation.

About

Simple Blog Website written in Laravel

Topics

Resources

Stars

Watchers

Forks