Skip to content

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Installation

Clone the repo locally:

git clone git@github.com:naskoff/ads.git ads

Install PHP dependencies:

composer install

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Start application

./vendor/bin/sail up -d

Run database migrations:

./vendor/bin/sail artisan migrate

Run database seeder:

./vendor/bin/sail artisan db:seed

Note DB seeders create these accounts for testing purpose:

User with Super Admin role

User with Admin role

User with Editor role

User with Viewer role

Note If you do not want to use sail, change variables in .env file and run command omit ./vendor/bin/sail

About

Ads Management Test Task

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages