2017 © Pedro Peláez
 

library ntcode

image

fc/ntcode

  • Tuesday, May 22, 2018
  • by cake654326
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

ntcode

framework

  1. laravel 5.4+

install

  1. composer require fc/ntcode

init

php artisan vendor:publish, (*1)

demo controller

<?php

//.........

use fc\ntcode\Ntcode as LLLntcode;


class TestController extends BaseController
{



    public function index(){

        $aTpl = array();

        $aTpl['TPL'] = array();


        return View::make("test" , $aTpl );
    }


    public function make(){
        echo LLLntcode::make();
    }

    public function check(){
        echo LLLntcode::check();
        exit();
    }

}

demo view

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  <title>test</title>


@include('ntcode::header')

</head>

<body>







</body> </html>

The Versions

22/05 2018

dev-master

9999999-dev

  Sources   Download

MIT

22/05 2018

1.4.0

1.4.0.0

  Sources   Download

MIT

22/05 2018

1.3.0

1.3.0.0

  Sources   Download

MIT

22/05 2018

1.2.0

1.2.0.0

  Sources   Download

MIT

22/05 2018

1.1.0

1.1.0.0

  Sources   Download

22/05 2018

1.0.0

1.0.0.0

  Sources   Download