/web

WAMP & Laravel

Primary LanguageCSS

Build Status Total Downloads Latest Stable Version License

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:

Migrate Database(Mysql)

copy .env.example saved as .env
and modify the following settings to match your database DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
php artisan migrate

License

The Laravel framework is open-sourced software licensed under the MIT license.