Skip to content

Temp project - Codename SHREK "Get Out Of My Swamp"

Notifications You must be signed in to change notification settings

elogada/getoutofmyswamp

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Installation

composer update --no-scripts
php artisan key:generate

Running the webapp

Make sure you edit your Apache /etc/apache2/sites-available/VHOSTS.conf file properly somewhat similar to this:

<VirtualHost *:80>
        ServerAdmin [email protected]
        DocumentRoot "C:\Users\admin\Documents\getoutofmyswamp/public"
        ServerName localhost
        ServerAlias localhost
        ##ErrorLog "logs/dummy-host.example.com-error.log"
        ##CustomLog "logs/dummy-host.example.com-access.log" common
        <Directory "C:\Users\admin\Documents\getoutofmyswamp/public">
                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order Deny,Allow
                Allow from all
                Require all granted
        </Directory>
</VirtualHost>

Then make sure you do

        a2ensite VHOSTS.conf

What if I was using XAMPP?

It's much easier, just make sure you place the right directory in DocumentRoot and Directory in the VHOSTS.conf file.

Changelog

0.0.4

        (unstable) create workflow for CI/CD prototype
        (stable) prepare README.md for better use

0.0.3

        (stable) update README
        (unstable) place items in root folder
        (unstable) simplify ENV file

0.0.2

        (stable) Just one blade but focus on Vue.js
        (stable) Tailwind Integration

0.0.1

        (stable) Start with laravel 
        (stable) Connect to mysql using lamp:toor  
        (stable) Prep git repo

About

Temp project - Codename SHREK "Get Out Of My Swamp"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published