Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laraveblog

This is a simple blog application built with Laravel.

Installation

To install locally simply clone this repository and run the following commands:

git clone https://github.com/SlimGee/larablog.git
cd larablog
composer install

Install npm dependencies

npm install

or if you prefer yarn

yarn install

Start the dev asset compiler

npm run dev

Configure your .env file

cp .env.example .env

Add your database credentials to the .env file

If you're using laravel valet run this project with

valet open

Or if simply using php artisan serve

php artisan serve

PS

Everything in this app is behind authentication, so you'll need to register and login to access the blog posts.

Test

To run tests, run the following command:

php artisan test

About

a simple blog in laravel

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages