PHP code example of nachofassini / reservations-calendar

1. Go to this page and download the library: Download nachofassini/reservations-calendar library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nachofassini / reservations-calendar example snippets



'providers' => array(
    ...
    \Ognjenm\ReservationsCalendar\ReservationsCalendarServiceProvider::class,
),



'aliases' => array(
    ...
    'ResCalendar' => \Ognjenm\ReservationsCalendar\Facades\ResCalendar::class,
),


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

{!! ResCalendar::render($data,['title'=>'Hotel'])!!}