Laravel-based data API for managing custom banner ads
Go to file
Jonathan Nielson d8cb3f5f3a Initial Commit 2025-01-01 15:53:10 -06:00
app Initial Commit 2025-01-01 15:53:10 -06:00
bootstrap Initial Commit 2025-01-01 15:53:10 -06:00
config Initial Commit 2025-01-01 15:53:10 -06:00
database Initial Commit 2025-01-01 15:53:10 -06:00
public Initial Commit 2025-01-01 15:53:10 -06:00
resources/views Initial Commit 2025-01-01 15:53:10 -06:00
routes Initial Commit 2025-01-01 15:53:10 -06:00
storage Initial Commit 2025-01-01 15:53:10 -06:00
tests Initial Commit 2025-01-01 15:53:10 -06:00
.editorconfig Initial Commit 2025-01-01 15:53:10 -06:00
.env.example Initial Commit 2025-01-01 15:53:10 -06:00
.gitattributes Initial Commit 2025-01-01 15:53:10 -06:00
.gitignore Initial Commit 2025-01-01 15:53:10 -06:00
README.md Initial Commit 2025-01-01 15:53:10 -06:00
artisan Initial Commit 2025-01-01 15:53:10 -06:00
composer.json Initial Commit 2025-01-01 15:53:10 -06:00
composer.lock Initial Commit 2025-01-01 15:53:10 -06:00
phpunit.xml Initial Commit 2025-01-01 15:53:10 -06:00

README.md

Banner Day API

Banner Day is a platform for tracking and managing banner ads across affiliate websites. This is the Laravel-based data API portion of the application.

Starting the Project

To begin a development web server, run

php artisan serve