Package Data | |
---|---|
Maintainer Username: | cuatromedios |
Maintainer Contact: | dev@cuatromedios.com (Cuatromedios) |
Package Create Date: | 2021-03-14 |
Package Last Update: | 2022-08-31 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:06:42 |
Package Statistics | |
---|---|
Total Downloads: | 122 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This is a read-only repository, splitted from the monorepo at github.com/cuatromedios/kusikusi
composer require kusikusi/website:dev-master
php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider"
Configuration
php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="config"
HtmlController
php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="controller"
Routes
php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="routes"
Include the routes in your RouteServiceProvider.php
file, in the boot method, as the last routes:
Route::middleware('web')
->group(base_path('routes/kusikusi_website.php'));
Run the tests with:
vendor/bin/phpunit
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email dev@cuatromedios instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.