Skip to content

[ PHP Laravel ] Official Website for Multimedia University Google Developer Student Club ( Cyberjaya )

License

Notifications You must be signed in to change notification settings

gdsc-mmu/gdscmmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d132b3b · Jun 19, 2024
May 3, 2024
Jun 19, 2024
Feb 22, 2024
May 7, 2024
Mar 16, 2024
Jun 1, 2024
May 3, 2024
Jun 19, 2024
Jun 19, 2024
May 14, 2024
Feb 22, 2024
Feb 22, 2024
May 7, 2024
Feb 22, 2024
May 3, 2024
Feb 22, 2024
Feb 22, 2024
Feb 22, 2024
Jul 11, 2023
May 7, 2024
Feb 22, 2024
Mar 31, 2024
Feb 22, 2024
Feb 22, 2024
Mar 7, 2024
Apr 20, 2024
Feb 22, 2024
May 7, 2024
Feb 22, 2024

Repository files navigation

GDSCMMU

Pre-requisite

You will need PHP, Apache, MySQL, phpMyAdmin, composer to run this program
Get XAMPP stack package to eliminate all the hassles
https://www.apachefriends.org/index.html [How to install laravel]

Build instructions

Get composer

git clone https://github.com/ronylee11/gdscmmu
cd gdscmmu
git submodule init
git submodule update
composer install
cp .env.example .env
php artisan migrate:refresh --seed 
php artisan storage:link

How to Run the Program

Edit .env file that you've just copied
Replace the following environment variables according to ur locally installed MySQL (or XAMPP)

DB_USERNAME=
DB_PASSWORD=

In terminal

php artisan serve

Now you can view the page in http://localhost:8000