View 1 Gist conventions
<<APP>> change this variables |
View laravel.conf
<VirtualHost *:80> | |
DocumentRoot /var/www/html/project-name/public | |
ServerName localhost | |
ServerAlias localhost | |
<Directory /var/www/html/project-name> | |
AllowOverride All | |
DirectoryIndex index.php | |
Order allow,deny | |
Allow from all | |
</Directory> |
View HibernateOne_.idea_.name
HibernateOne |