Git Product home page Git Product logo

simpelcrudlaravel52's Introduction

simpelcrudlaravel52

CRUD Data anggota ini saya buat menggunakan Laravel 5.2, silahkan dikembangkan sesuai kebutuhan anda bisa dengan forked dan akan saya update ke repository ini kembali.

Petunjuk penggunaan :
- Silahkan anda hapus '--' pada folder vendor dan file .env
- Jika file .env tidak bisa di rename coba buka menggunakan notepad++ -> save as -> save as type : All types (*.*)

Saya disini menggunakan virtual host, jadi silahkan anda sesuaikan saja.

pada file hosts tambahkan line ini :

127.0.0.1       laravel52.dev

Tambahkan juga script ini pada httpd-vhost.conf letakkan di bagian paling bawah :

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/www/laravel52/public"
    ServerName laravel52.dev
	ServerAlias laravel52.dev
	<Directory "C:/www/laravel52/public">
		Deny from all
		Allow from 127.0.0.1
		Require local
	</Directory>
</VirtualHost>

Untuk DocumentRoot "C:/www/laravel52/public" --> silahkan sesuaikan dengan lokasi root project anda

Konfigurasi database :

  • Lakukan import database db_laravel52.sql ke MySql anda
  • Buka file .env dan sesuaikan settingan seperti dibawah ini :
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_laravel52
DB_USERNAME=root
DB_PASSWORD=

by [email protected]

Official Documentation Laravel

Documentation for the framework can be found on the Laravel website.

License of Laravel

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

simpelcrudlaravel52's People

Contributors

iwane021 avatar

Watchers

 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.