xclvry21 / Simple-Blog-Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Blog-Website

Clone and Run on Local Machine

  1. Run git clone <git-link> or manually download the zip project
  2. Run composer install
  3. Run npm install
  4. Run npm run build
  5. Make a duplicate of .env.example file using cp .env.example .env and set the values according to your preference/local machine values.
  6. Generate an app key using php artisan key:generate
  7. Migrate a database using php artisan migrate
  8. Run php artisan serve and open the generated url on your preferred browser
  • Create a link of storage folder to public folder using php artisan storage:link
  • Run database seeder using the command php artisan db:seed

đź“· Snapshots


Add-ons

About


Languages

Language:JavaScript 65.7%Language:CSS 26.0%Language:Blade 3.3%Language:PHP 2.8%Language:HTML 2.1%Language:TeX 0.1%Language:Handlebars 0.0%Language:Makefile 0.0%