saku-xyz / Laravel8-blog-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 8 Blog Api

A laravel 8 rest api project for blog application.

Get Started

  • clone or fork the repo
  • copy .env.exmaple file copy .env.example .env
  • generate app key php artisan key:generate
  • add database credentials
  • install dependencies composer install
  • link storage php artisan storage:link
  • run migration php artisan migrate

Running on a specific ip php artisan serv --host <YOUR_IP> --port <YOUR_PORT>

About


Languages

Language:PHP 83.7%Language:Blade 15.6%Language:Shell 0.7%