PHP code example of lfgscavelli / todolist
1. Go to this page and download the library: Download lfgscavelli/todolist 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/ */
lfgscavelli / todolist example snippets
@section('content')
...
@if(app()->isAlias('todo-list'))
<app-component></app-component>
@endif
...
@endsection
@section('scripts')
...
@if(app()->isAlias('todo-list'))
<!-- js Calendar -->
<script type="text/javascript" src="{{ asset("/vendor/lfgscavelli/todolist/js/np-calendar.min.js") }}"></script>
@endif
...
@endsection