Laravel To do list web application. It also contains an API with token authentication.
Clone and download laravel and other dependencies with
composer install
PHP,Composer, Mysql, Apache
Configure the database connection details in .env file
Create all required tables by running:
$php artisan migrate
Generate a private key
$php artisan key:generate
Start your local server with
$php artisan serve
- Laravel - The web framework for artisans
- Antonio Ufano - Initial work - uF4No
This project is licensed under the MIT License