2017 © Pedro PelĂĄez
 

project enaylal

Nano framework php

image

jenaye/enaylal

Nano framework php

  • Saturday, December 3, 2016
  • by jenaye
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Enaylal

si vous ĂȘtes sur wamp, crĂ©e un alias dans /wamp64/alias/jenaye-dev.conf, (*1)

#Require all granted

<VirtualHost jenaye.dev:80>

  ServerAdmin admin@jenaye.dev
  ServerName jenaye.dev
  ServerAlias jenaye.dev
  DocumentRoot "C:/wamp64/www/enaylal/public"

  <Directory "C:/wamp64/www/enaylal/public">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
    Require all granted
  </Directory>

</VirtualHost>

puis, editez votre fichier hosts (system32/drivers/etc/host), (*2)

rajoutez : 127.0.0.1 jenaye.dev, (*3)

Pour nginx :

server {
  listen  80;
  server_name jenaye.dev;
  location / {
    root   /home/jenaye/dev/php/Enaylal/public;
    index index.php index.html index.html;
     try_files $uri /index.php$is_args$args;
  }

         location ~ \.php$ {
           root   /home/jenaye/dev/php/Enaylal/public;
             fastcgi_pass   unix:/run/php-fpm/php-fpm-jenaye.sock;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
            include        fastcgi_params;
}

}

https://github.com/usmanhalalit/pixie#query

The Versions

21/09 2016

1.2.0

1.2.0.0

Nano framework php

  Sources   Download

MIT

The Requires

 

20/09 2016

1.1.0

1.1.0.0

Nano framework php

  Sources   Download

MIT

The Requires

 

19/09 2016

1.0.0

1.0.0.0

Nano framework php

  Sources   Download

MIT

The Requires