A simple task manager build in Larave, livewire and Mysql
TaskManager is a Laravel application which manage projects, tasks and communicate with admin.
First clone the git repository:
git clone [email protected]:harshadvala/task-conventions.git
Then Run Command to Install Dependencies
composer install
npm install
npm run dev
Then setup database & config .env file
And finally, run all the migration files
php artisan migrate