Skip to content

Laravel Blog is a practice project for learning laravel framework. Here I used laravel/ui package for authentication. This project is focused on CRUD system of Categories and Blogs. Blog has image uploading feature and one to many relationship with category. Here I also implemented blog view count.

Notifications You must be signed in to change notification settings

AfiaAkterMunni/laravelBlog

Repository files navigation

drawing Laravel Blog With Calvin Theme

Laravel Blog is a practice project for learning laravel framework. Here I used laravel/ui package for authentication. This project is focused on CRUD system of Categories and Blogs. Blog has image uploading feature and one to many relationship with category. Here I also implemented blog view count.


Installation

Please follow the below instruction to run the project.

Clone the repository

git clone git@github.com:AfiaAkterMunni/laravelBlog.git

Switch to the repo folder

cd laravelBlog

Install all the dependencies using composer

composer install

Copy the .env.example file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

About

Laravel Blog is a practice project for learning laravel framework. Here I used laravel/ui package for authentication. This project is focused on CRUD system of Categories and Blogs. Blog has image uploading feature and one to many relationship with category. Here I also implemented blog view count.

Topics

Resources

Stars

Watchers

Forks