/Laravel-Blog

Blog App in Laravel with REST API

Primary LanguagePHP

Simple Blog App in Laravel

This project is a simple blog site created using Laravel, a PHP framework. It allows users to create, read, update, and delete blog posts.

Features

  • CRUD operations for blog posts and categoories: Create, read, update, and delete blog posts.
  • REST API for posts

Installation

  1. Clone this repository.
  2. Install dependencies with composer install.
  3. Copy .env.example to .env and configure your environment variables.
  4. Generate application key with php artisan key:generate.
  5. Migrate the database with php artisan migrate.
  6. Run for temporary posts php artisan db:seed
  7. Serve the application with php artisan serve.

Contributing

Contributions are welcome! Feel free to open issues and pull requests.

laravel blog