8000 GitHub - justinm45/kanban-app: laravel kanban app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

justinm45/kanban-app

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 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0