/SINOKI-POLINEMA

Sistem informasi monitoring dan evaluasi program kerja pada organisasi kemahasiswaan intra di Polinema adalah sebuah platform berbasis web yang dirancang untuk membantu pengelolaan, pemantauan, dan evaluasi program kerja yang dilakukan oleh organisasi kemahasiswaan dalam lingkup kampus.

Primary LanguageCSS

How To Install

After initializing a fresh instances of Laravel (and making all the necessary configurations), install the preset using one of the provided methods:

Via Composer

Clone repo github ke vscode

composer install/update
npm install
npm run dev
cp .env.example .env
php artisan key:generate
php artisan storage:link

Hapus Database bernama "Laravel" jika ada

php artisan migrate --seed
php artisan serve

Usage

Masuk menggunakan nama kalian@gmail.com dengan password nama kalian.

Contoh: admin@gmail.com dengan password adminadmin.
Contoh: brian@gmail.com dengan password brianbrian.

Dashboard

You can access the dashboard either by using the "Dashboard" link in the left sidebar or by adding /home in the url.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

Laravel is a powerful and popular PHP framework that offers many features and tools to speed up web application development. By using Laravel, you can take advantage of features like Eloquent ORM, expressive routing, Blade's template system, and much more. Strong support from the community and extensive official documentation make Laravel a good choice for building efficient, secure, and scalable web applications.

Have fun learning laravel!