Skip to content

marwan-mohamed12/laravel-blog

Repository files navigation

Laravel Blog Application

This repository houses a fully functional Laravel blog application designed for seamless content creation and management.

Features

  • CRUD Operations: Effortlessly create, read, update, and delete blog posts.
  • User Authentication: Securely manage user accounts and access levels with built-in authentication.
  • Post Categories: Organize your content efficiently with customizable post categories.
  • Search Functionality: Quickly find specific blog posts using a user-friendly search feature.
  • Responsive Design: Enjoy a consistent and optimized experience across all devices.

Getting Started

  1. Clone the repository:
bash git clone https://github.com/marwan-mohamed12/laravel-blog.git
  1. Navigate to the project directory:
bash cd laravel-blog
  1. Install dependencies::
bash composer install
  1. Configure environment variables::

    • Rename .env.example to .env
    • Update database credentials and any other relevant settings within the .env file.
  2. Generate application key:::

    php artisan key:generate
    
  3. Run database migrations:::

    php artisan migrate
    
  4. Start the development server:::

    php artisan serve
    
  5. Access the application:::