Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emon21/laravel-blog

Blog Project in Laravel && Backend in Admin ltd
https://github.com/emon21/laravel-blog

laravel

Last synced: about 7 hours ago
JSON representation

Blog Project in Laravel && Backend in Admin ltd

Awesome Lists containing this project

README

        

# Laravel Blog Development
Blog Development

### Key Features

  • Post

  • Tag

  • one To Many Relationship
  • ## Project Live Link
    no Link

    ## Setup
    ```bash
    # Clone the repo
    git clone [https://github.com/devboyarif/leave-management-system.git](https://github.com/emon21/laravel-blog.git)

    # Install composer dependency
    composer install

    # Install node modules
    npm install / yarn

    # Copy environment file
    cp .env.example .env

    # Set the Application key
    php artisan key:generate

    # setup the database credentials and migrate database with seeders
    php artisan migrate --seed

    ```

    ## Development Server

    Start the development server on http://localhost:8000

    ```bash
    php artisan serve
    ```
    ```bash
    npm run watch / yarn watch
    ```