/dapp

Primary LanguageHTML

About Laravel

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 attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

How to run this code

Create a MYSQL database

Run composer install

Copy .env.example to .env

Add database credentials in .env

Run php artisan key:generate

Run php artisan migrate

Run php artisan serve

This project is base on two HTML templates, the source code of those templates are in ./html-templates