- Laravel
- Vuejs
-
I will assume that
npm
andcomposer
already installed on your compouter. -
Create a new Mysql databsae and name it
todos
and set the databsae crendetials in.env
file . -
Create a new database in Mysql ( for dusk tests ) and name it
todos-dusk
and set the databsae crendetials in.env.dusk.local
file, To overwrite this name open thebootstrap/app.php
file and go to the line no58
and set the new database name. -
Run the installation script:
git clone https://github.com/nezarfadle/laravel-vue-todos.git
cd laravel-vue-todos
chmod +x install.sh
./install.sh
- Visit
http://localhost:8000/
phpunit
php artisan dusk
This project is licensed under the MIT License - see the LICENSE file for details
Template by Sindre Sorhus
Template on Github https://github.com/tastejs/todomvc-app-template/