divyesh1354 / taskmanagement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Project Installation

  • First you need to clone your project from Git. Run this command git clone 'https://github.com/divyesh1354/taskmanagement.git'
  • After cloning project goto your project directory. cd taskmanagement
  • Run composer install
  • Run cp .env.example .env or copy .env.example .env. Now update your env file with database changes
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan serve
  • Open your browser and open this link localhost:8000 OR 127.0.0.1:8000

About


Languages

Language:CSS 58.1%Language:PHP 28.3%Language:Blade 12.7%Language:JavaScript 0.6%Language:Shell 0.3%Language:SCSS 0.1%