Stars: 108
Forks: 51
Pull Requests: 25
Issues: 12
Watchers: 8
Last Updated: 2023-05-28 11:28:11
This is a Trello clone built using Laravel and Vue. You can read about how it was created in the series.
License:
Languages: PHP, Vue, HTML
This is a demo application showing how to build a simple trello clone using Laravel and Vue. You can read about how it was created on Pusher's blog.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software.
Clone the git repository on your computer
$ git clone https://github.com/neoighodaro-articles/trello-clone-vue-laravel.git
You can also download the entire repository as a zip file and unpack in on your computer if you do not have git
After cloning the application, you need to install it's dependencies.
$ cd trello-clone-vue-laravel
$ composer install
.env.example
file to .env
$ cp .env.example .env
$ php artisan key:generate
Add your database credentials to the necessary env
fields
Migrate the application
$ php artisan migrate
php artisan db:seed
$ php artisan passport:install
$ npm install
$ php artisan serve