Skip to content

Fully functional blog site created in Laravel 7.

Notifications You must be signed in to change notification settings

alakhber/dev-blog

 
 

Repository files navigation

Dev-Blog

Fully functional blog site created in Laravel 7.

Installation

# Installing Dependencies
composer install
npm install && npm run dev

# Create a mysql database and edit the ".env" file as you like

# Create symbolic link configured for the application
php artisan storage:link

# Generate an encryption key
php artisan key:generate

# Running Migrations and Seeds
php artisan migrate --seed

About

Fully functional blog site created in Laravel 7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.0%
  • Blade 31.0%
  • HTML 2.9%
  • Other 1.1%