bogvsdev / test-laravel

Test task on Laravel framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test task on Laravel

Simple web application on Laravel framework

To start site you need:

  1. Change in file lapp/app/config/database.php database name, user and password

  2. Change in file lapp/app/config/mail.php smtp server or if you have a google account just change username and password

  3. To start server you need enter lapp folder and then write composer install && php artisan migrate && php artisan serve . It will install dependencies, create db table and start server on http://localhost:8000

That's it!

About

Test task on Laravel framework


Languages

Language:PHP 99.4%Language:ApacheConf 0.5%Language:CSS 0.1%