kh21rul / imata-website

Website Resmi Ikatan Mahasiswa Aceh Tamiang (IMATA), Lhokseumawe - Aceh Utara

Home Page:https://imata.web.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMATA Website

Installation

  1. Clone this repository.
  2. Install the dependencies. Run composer install command.
  3. Create .env file by simply copying the .env.example file and rename it.
  4. Configure the .env file with your database connection, seeder configuration, etc.
  5. Generate the application key with php artisan key:generate command.
  6. Generate the storage link with php artisan storage:link command.
  7. Generate the database structure with this commands based on your preferences:

Warning! If you use php artisan migrate:fresh command, all tables will be dropped and recreated. All data in the tables will be lost.

  1. Finally, start the application with php artisan serve command.

About

Website Resmi Ikatan Mahasiswa Aceh Tamiang (IMATA), Lhokseumawe - Aceh Utara

https://imata.web.id


Languages

Language:CSS 28.9%Language:PHP 26.3%Language:Blade 25.9%Language:JavaScript 18.9%