CandyDEV1014 / kanban-app

laravel kanban app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Kanban Board

Kanban Board using Laravel with Vue.js

Clone and follow the steps below to use the application (run commands while in project directory)

1. Change file name .env.example to .env and configure it as needed.
2 Edit the .env file and add your database credentials (you will need to have made a database for the project to use)
3. Update Composer (for vendor folder)
$ composer update
4. Generate Key for Laravel Application
$ php artisan key:generate
5. Install node modules
$ npm install
6. Compile assets
$ npm run dev
7. Now run migrations
$ php artisan migrate
8. Lastly, start the server
$ php artisan serve

About

laravel kanban app


Languages

Language:PHP 83.6%Language:Vue 9.8%Language:SCSS 3.7%Language:JavaScript 1.4%Language:Blade 0.8%Language:Shell 0.7%