Skip to content

schmentle/the-blog

Repository files navigation

Requirements

Installation

  • Clone the repo
git clone https://github.com/msbodetti/the-blog.git
  • Install dependencies and run packages
cd the-blog
composer install
npm install && npm run dev
  • Copy .env.sample and rename to .env and update env database variables
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3310
DB_DATABASE=the-blog
DB_USERNAME=root
DB_PASSWORD=root
  • Run migrations
php artisan migrate
  • Run tests
php artisan test

You can now register an account & login :)

You can also start adding/editing/deleting posts :)

About

A simple laravel project for adding blog posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published