Skip to content

LaravelBootcamp/Laravel-Dev-Blog

 
 

Repository files navigation

Laravel-Blog Image of my-views-counter

This is simple Fullstack Laravel Blog website. It's build with Only Laravel and minimum number of JavaScript. All query are running via Laravel Model. And all database table writen on migration file.

Image of my-views-counter

Frontend Preview

Admin Preview

To run in local machine

> Run this commands

  1. git clone git@github.com:devbipu/Laravel-Blog.git

  2. cd Laravel-Blog

  3. composer install

  4. cp .env.example .env & php artisan key:generate

  5. php artisan migrate or php artisan migrate:refresh --seed

Techonology used in the project

  • Laravel 9
  • MySql
  • Boostrap 5

Devleop by

Biplob Shaha

- Facebook
- Github
- Linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 33.1%
  • Blade 26.0%
  • HTML 19.1%
  • CSS 18.9%
  • JavaScript 2.8%
  • SCSS 0.1%