jai-k-gohil / Blog

This is a minimal blog website along with admin panel with authentication integrated in it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel - Blog

This is a minimal blog which is built using Laravel framework along with built in content management system (cms).

It includes -

  • Working with Laravel's blade templating engine (frontend)
  • Working with Models & Data
  • Setting up authentication for admin panel
  • Built in authorization

Usage

Simply clone this repo and run

 composer install

To install all the required dependencies.
Make sure to rename the .env.example file to .env
And also run

php artisan key:generate

to generate an application key for this Laravel app.

About

This is a minimal blog website along with admin panel with authentication integrated in it.

License:MIT License


Languages

Language:PHP 77.2%Language:HTML 20.2%Language:CSS 1.0%Language:JavaScript 1.0%Language:Vue 0.5%