wahyupratama18 / pengaduan-masyarakat-1

Website pelaporan pengaduan masyarakat with laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

INSTALLATION APP

This project using laravel version 9 and php 8

1. Install PHP, Composer, and Yarn

php --version
composer --version
yarn --version

2. Clone Repository Project App

  • Clone with ssh
    git@github.com:luthfyhakim/pengaduan-masyarakat.git
  • Clone with https
    https://github.com/luthfyhakim/pengaduan-masyarakat.git

switch to the repo folder

cd pengaduan-masyarakat

3. Install Dependency

composer install
yarn

4. Configure .env

Pada file .env.example rename menjadi .env kemudian jalankan perintah:

php artisan key:generate

5. Create Database and Migrations

  • Create database (sql) nama : pengaduan_masyarakat
  • Kemudian migrate model table :
php artisan migrate
  • Jika ada error sanctum, jalankan:
composer require laravel/sanctum

6. Running App

defaut host port running dev http://localhost:8000

php artisan serve

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.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Website pelaporan pengaduan masyarakat with laravel


Languages

Language:PHP 58.0%Language:Blade 42.0%