Kabar gembira untuk kita semua pecinta framework Laravel, laravel sekarang sudah sampai di versi laravel 7.x. Begitu cepat perkembangan vers...
Showing posts with label laravel. Show all posts
Showing posts with label laravel. Show all posts
10 March 2020
13 May 2019
Build Simple Twitter Manager Apps - Part 1
Admin BS
May 13, 2019
Intro Build Simple Twitter Manager Apps. Hello friends, this time I will try to make a documentation to make a simple application to log...
Laravel Generator use crud-generator
Admin BS
May 13, 2019
Laravel Generator use crud-generator. Laravel generator makes it easy for us to create projects. Very troublesome if we make a project fr...
04 February 2019
How to Login use username Laravel 5.7
Admin BS
February 04, 2019
Hello guys, when I am stuck for logins Laravel does not use email but uses other fields, then I find a bright spot for the problem, I immedi...
01 February 2019
How to Connect Laravel With Firebase Real Time Database
Admin BS
February 01, 2019
Halo teman-teman, pada kesempatan kali ini. Saya akan membahas bagaimana cara membuat koneksi antara laravel dengan firebase real t...
08 August 2017
Laravel Trik - Pengganti UUID sebagai unique primary key
Admin BS
August 08, 2017
This is a little example code for a substitute uuid. <?php /** * Attach a hash to the user model. This way we dont need a U...
How to Setting Laravel UUID in Laravel 5
Admin BS
August 08, 2017
What is a UUID? UUID is short for “universal unique identifier” which is a set of 36 characters, containing letters and numbers. Each se...
30 December 2016
Tutorial laravel gmaps basic map using gmaps.js
mama
December 30, 2016
Fresh install laravel 5.3 I am using command laravel new "app_name". laravel new gmaps, for my tutorial. Add reference goog...