Skip to content

a laravel package to show a boo which is the Mario's character clock page

Notifications You must be signed in to change notification settings

awonwon/Booclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Boo Clock

A composer package for laravel to show a clock view with mario's boo.

Usage

Install laravel package.

composer require awonwon/booclock

regist ClockServiceProvider in your config/app.php

'providers' =>[
    ...
    Awonwon\Booclock\ClockServiceProvider::class,
    ...
],

Run this artisan command after you composer install.

php artisan vendor:publish --tag=public --force

It's make a boo image in public/vendor/booclock folder

Browse http://localhost:8000/boo, and you'll see the boo clock's page.

If you want to custom your boo's page, please run this command instead of the vendor command before

php artisan vendor:publish

The view file will copy to resources/views/vendor/booclock folder


Happy to see Boo in Mario world !

About

a laravel package to show a boo which is the Mario's character clock page

Resources

Stars

Watchers

Forks

Packages

No packages published