upter/php-school-it

There is no license information available for the latest version (0.0.1) of this package.

Project to learn Php in an Italian low cost school

0.0.1 2015-08-07 10:50 UTC

This package is not auto-updated.

Last update: 2024-05-01 07:44:51 UTC


README

This is usefull to start learning php and it made with goal to fast learning it is for italian mother tongue. So I apologize.

Installazione

Prendetevi del tempo, soprattutto se siete alle prime armi.

Potete caricare questo progetto via Composer

composer create-project upter/php-school-it ./ dev

Copiate il file /php-school-it.conf e incollatelo nella directory /etc/apache2/sites-available

sudo a2ensite php-school-it
sudo service apache2 reload

Assicuratevi che mod_rewrite sia attivo

sudo a2enmod mod_rewrite
sudo sercive apache2 restart

ed infine andiamo a modificare il file /etc/hosts aggiungendo la seguente riga:

127.0.0.1 php-school-it.dev

Potete andare sulla wiki di questa repo per accedere alle dispense delle lezioni