Skip to content

greymore-tech/laravel-kanban-sample

Repository files navigation

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. Update Composer (for vendor folder)
$ composer update
3. Generate Key for Laravel Application
$ php artisan key:generate
4. Link Storage
$ php artisan storage:link
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