Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
http://ktechhub-todo-app.herokuapp.com/
git clone https://github.com/ktechhub/laravel-todo-app.git
composer install
cp .env.example .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=todo
DB_USERNAME=root
DB_PASSWORD=php artisan migrate
php artisan db:seed
This creates a new user with the credentials below:
Email: kalkulus@ktechhub.com
Password: ktechhub
php artisan serve
The server is located at http://127.0.0.1:8000
You can login with the credentials shown...