banner
Filament banner allows you to easily create, manage, and display banners in your application.
File Explorer
Download Latest Version (.zip)- bug.yml
- config.yml
- dependabot-auto-merge.yml
- duster-lint.yml
- run-tests.yml
- CONTRIBUTING.md
- dependabot.yml
- FUNDING.yml
- SECURITY.md
- ModelFactory.php
- create_banner_table.php.stub
- banner.php
- form.php
- manager.php
- banner.php
- form.php
- manager.php
- banner.php
- form.php
- manager.php
- banner.php
- form.php
- manager.php
- banner.php
- form.php
- manager.php
- banner.php
- form.php
- manager.php
- banner.php
- form.php
- manager.php
- banner-list-empty-state.blade.php
- banner.blade.php
- banner-manager.blade.php
- .gitkeep
- BannerStorage.php
- ScheduleStatus.php
- BannerManager.php
- SetRenderLocation.php
- BannerManagerPage.php
- Banner.php
- CacheStorageService.php
- DatabaseStorageService.php
- TestsBanner.php
- BannerData.php
- Banner.php
- BannerManager.php
- BannerPlugin.php
- BannerServiceProvider.php
- ArchTest.php
- CacheStorageServiceTest.php
- DatabaseStorageServiceTest.php
- Pest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- .prettierrc
- CHANGELOG.md
- composer.json
- LICENSE.md
- package-lock.json
- package.json
- phpstan-baseline.neon
- phpstan.neon.dist
- phpunit.xml.dist
- pint.json
- postcss.config.cjs
- README.md
- tailwind.config.js
# Installation Guide
1. Get the code
git clone https://github.com/kenepa/banner
Downloads the entire project code from GitHub to your computer.
cd banner
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
composer require kenepa/banner
Type this command into your terminal and run it.
composer test
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
