/LARAVEL_BASIC_CRUD

LARAVEL_BASIC_CRUD

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

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 1500 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.

How to run this project

  1. kaping pisan, install php jika belum install, recommendation version is 7.3.* and minimum version is 7.2.5, cek your php version at cmd and type "php --version"
  2. kaping pindo, rename your .env.example to .env
  3. kaping telu, buat database dan setting database pada file .env
  4. kaping papat, migrasi schema database dengan cara, buka cmd/terminal pada project ini (pastikan path direktori mengacu pada project ini) dan ketikkan "php artisan migrate" pada cmd
  5. kaping limo, buat record palsu pada database untuk testing sistem dengan cara mengetikkan "php artisan db:seed --class=BookSeeder"
  6. kaping enem, run this project using dedicated laravel server with "php artisan serve"
  7. kaping pitu, open your fav browser, and type "localhost:8000" in url field.
  8. ulala projek meniko has started sucessfully. XD tq for your attention all.

If you are pooseng or need consult for final project

  1. if you wanna zauvik contact, you will found at ngulicode.com
  2. if you wanna ajik contact, you can found here +6282138308595

Extra

This repo is accomplish from https://github.com/ajisyahroni/laravel-starter.git

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