https://github.com/rawaludin/approcket-preproject
Contoh aplikasi CRUD dengan Laravel 5.2
https://github.com/rawaludin/approcket-preproject
Last synced: 2 days ago
JSON representation
Contoh aplikasi CRUD dengan Laravel 5.2
- Host: GitHub
- URL: https://github.com/rawaludin/approcket-preproject
- Owner: rawaludin
- Created: 2016-01-10T06:17:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T06:44:11.000Z (about 9 years ago)
- Last Synced: 2024-08-01T20:42:11.986Z (9 months ago)
- Language: PHP
- Homepage: https://leanpub.com/bukularavel
- Size: 999 KB
- Stars: 44
- Watchers: 11
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-indo-projects - AppRocket PreProject - Contoh aplikasi CRUD dengan Laravel 5.2. (Laravel)
- awesome-indonesia-repo - AppRocket PreProject - Contoh aplikasi CRUD dengan Laravel 5.2. (Laravel)
- awesome-vietnam-repo - AppRocket PreProject - Contoh aplikasi CRUD dengan Laravel 5.2. (Laravel)
README
## How to run this project
1. Run `composer install`
2. Run `npm install`
3. Setup DB connection
4. Run `key:generate` (if needed)
5. Migrate & seed `php artisan migrate:refresh --seed`
6. Run `gulp` to compile elixir and js
7. Run on homestead or serve it using `php artisan serve`Enjoy!
## Screenshot







## Want to learn more?
Baca buku saya [Menyelami Framework Laravel](https://leanpub.com/bukularavel)[](https://leanpub.com/bukularavel)
Berisi 745+ halaman panduan aplikatif untuk membangun aplikasi dengan framework Laravel 5.2.