View 1 Gist conventions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<APP>> change this variables |
View laravel.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HibernateOne |