Giter Club home page Giter Club logo

laraton's Introduction

LARAVEL SKELETON APP FRAMEWORK (LARATON)

Framework Aplikasi berbasis Laravel.
Demo Aplikasi bisa dilihat di http://laraton.azkalfikri.id.
Melalui Skeleton/Rangka Aplikasi ini, anda bisa membuat sebuah aplikasi tanpa harus membuatnya dari nol. Fitur-fitur dasar yang sudah ada di LARATON ini antara lain:

  • Authentication (Laravel Auth)
  • Login
  • Register
  • Konfigurasi Menu
  • Konfigurasi Grup
  • Konfigurasi Role/Hak Akses
  • Setting Aplikasi
  • AdminBSB Template
  • Setting Profile
    • Informasi Pribadi
    • Media Sosial
    • Foto Profile
    • Poster
    • Riwayat Pendidikan
    • Riwayat Pekerjaan
    • DLL

TECHNOLOGY

  • Laravel 5.8
  • AdminBSBMaterialDesign Bootstrap Template
  • Intervention Image
  • Laravel Collective
  • DLL

REQUIREMENT

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Composer
  • Git

CARA PAKAI

  • Pastikan Requirement sudah terpenuhi semua.
  • Setelah clone repository buka aplikasi git/cmd/terminal kemudian masuk ke direktori laravel
  • jalankan perintah berikut
composer install
  • Setelah selesai kemudian buatlah database di mysql
  • Buatlah file .env (copy paste dari laravel/.env.example) di direktori laravel/ kemudian sesuaikan konfigurasinya (database, mail setting, etc)
  • Untuk generate key jalankan perintah berikut
php artisan key:generate
  • Untuk migrasi database jalankan perintah berikut
php artisan migrate
  • Setelah selesai migrasi database, silahkan import data administrative indonesia (doc/indonesia.sql) ke database yang sudah dibuat tadi.
  • Kemudian jalankan perintah berikut untuk memulai aplikasi
php artisan serve
  • Buka browser dan ketikkan alamat berikut
http://127.0.0.1:8000
  • Bisa juga menyesuaikan port sesuai keinginan dengan perintah berikut [contoh port=88]
php artisan serve --port=88
  • Untuk setting smtp supaya bisa kirim email silahkan cari sendiri di google v^^

CREDENTIAL

  • Ada 3 user grup dalam framework aplikasi ini:
SUPERADMIN
username 	: [email protected]
password	: rahasiasuper

ADMIN
username 	: [email protected]
password	: rahasiaadmin

USER
username 	: [email protected]
password	: rahasiamale

username 	: [email protected]
password	: rahasiafemale

SUPPORT

  • Pertanyaan dan Sugesti bisa melalui
  • Atau bisa juga via WhatsApp ke
089658590616

regards.

Azkal Fikri http://azkalfikri.id

laraton's People

Stargazers

Izharul Haq avatar Muhamad Iqbal Nazarudin avatar

Watchers

Azkal Fikri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.