Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

mefalamin/blog-dev

Repository files navigation

Laravel's Blog - A blogging site with CMS

Laravel's Blog is a dynamic blog site which is built using Laravel 5.8 framework.This project was built my me covering the udemy course.It will be helpful for those who wants to start learning 🔰 and understand the features of Laravel framework.

Requirements for running

Instructions

Windows users:

cmder will be refered as console

Mac Os, Ubuntu and Windows users continue here:

git clone https://github.com/mefalamin/blog-dev
  • Go to the directory
cd blog-dev
  • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )

  • Install packages using composer

composer install
  • Generate a key for the application
php artisan key:generate
  • Run the database migration
php artisan migrate
  • Seed the database
php artisan db:seed
  • Finally fire up the server
php artisan serve

#####You can now access the application at localhost:8000 👍

Screenshots

License

The main site template is for personal use only.If you want to use it commercially please buy and support the developers.The rest of the code used in this application is free 😊

About

Blogging site built by Laravel 5.8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published