cuatromedios / kusikusi-website by cuatromedios

A description for website.
104
0
1
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-04-19 15:14:44
Package Statistics
Total Downloads: 104
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Kusikusi Website Controllers for Laravel

This is a read-only repository, splitted from the monorepo at github.com/cuatromedios/kusikusi

Software License Travis Total Downloads

Install

composer require kusikusi/website:dev-master

Usage

Publish the assets

  • Publish all the assets ...
    php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider"
    
  • Or Publish individual Assets

    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

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'));

Testing

Run the tests with:

vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Security

If you discover any security-related issues, please email dev@cuatromedios instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.