Advertiser is basic login/register web app with ability to manage and publish ads. It has two account levels, admin part (which is still in development mode) and common user. This project is part of a learning process with focus on laravel framework.
- Create .env file
cp .env.example .env
and change database information like so:
DB_DATABASE=yourDatabaseName
DB_USERNAME=yourUsername
DB_PASSWORD=yourPassword // leave blank if you don't have any
- Run the following commands
composer update
php artisan key:generate // generating new project key
php artisan migrate:refresh --seed // create and seed table
Create new account or use existing one:
Password | |
---|---|
[email protected] | johny1 |
[email protected] | margarita1 |