Cara Menghilangkan folder public pada Laravel

Sory bro ane belum sempet share untuk tutorial cara instalasi laravel di localhost tapi langsung Cara Menghilangkan folder public pada L...


Sory bro ane belum sempet share untuk tutorial cara instalasi laravel di localhost tapi langsung Cara Menghilangkan folder public pada Laravel saja tapi ga usah khawatir Gee juga dapat tutorial dari sini http://id-laravel.com/post/instalasi-laravel-4 kamu bisa lakukan juga sama dengan tutorial itu, tapi gee punya cara yang berbeda untuk menghilangkan folder public dengan tutorialnya, kenapa gee pengen menghilangkan folder public, karena gee mau default webnya adalah root langsung, ok mas bro langsung aja ya.

Setelah kamu selesai melakukan instalasi secara default kamu akan punya susunan folder sebagai berikut :

Nah bagaimana cara merubahnya biar ga usah akses folder public tapi langsung ke localhost/namafolder-root-laravel kamu.
  1. Copy semua file yang ada di dalam folder public localhost/namafolder-root-laravel/public ke localhost/namafolder-root-laravel kamu
  2. Sekarang coba akses langsung ke localhost/namafolder-root-laravel, hehehe pasti error ya lanjut langkah ke tiga
  3. buka file yang ada di folder bootstrap (localhost/namafolder-root-laravel/bootsrap), buka file path.php
  4. ubah line ke 29 dari 'public' => __DIR__.'/../public', menjadi 'public' => __DIR__.'/..',
  5. Sekarang coba akses langsung ke localhost/namafolder-root-laravel, wah masih error kenapa ya hehehe, lanjut ke selanjutnya
  6. buka file index.php ubah line ke 21 dari require __DIR__.'/../bootstrap/autoload.php'; ke require __DIR__.'/bootstrap/autoload.php'; dan line 35 $app = require_once __DIR__.'/../bootstrap/start.php'; ke $app = require_once __DIR__.'/bootstrap/start.php';
  7. Sekarang coba akses langsung ke localhost/namafolder-root-laravel, 

congratulation… sekarang dah bisa toh hehehe karena that’s work foe me ok ketemu lagi di postingan selanjutnya

COMMENTS

BLOGGER: 1
  1. Lebih enak edit vhost apache:
    $ sudo nano /etc/apache2/site-enable/000-default


    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/namafolder-root-laravel/public

    Options FollowSymLinks
    AllowOverride None


    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
    Order allow,deny
    allow from all



    $ sudo service apache2 restart

    Sekarang coba akses langsung ke localhost/namafolder-root-laravel,

    BalasHapus

Nama

AMP,3,BLOGGER,11,CSS,19,FREE TEMPLATE,1,GRATIS,1,HEADLINE,4,HTML,1,JQUERY,9,MARKETING,11,OPINI,69,PEMROGRAMAN WEB,41,PERFORMANCE WEB,4,PHP,9,SEO,9,SOCIAL MEDIA OPTIMIZATION,8,TIPS DAN TRIK,48,
ltr
item
Gee Web Studio - Tutorial, Share Web & Mobile: Cara Menghilangkan folder public pada Laravel
Cara Menghilangkan folder public pada Laravel
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimznQRv3tDnAWS634I7IPXJF1AxjjkXhvL4tWDtDEZIxIEGsDcPqmfr9vvRmv539ZBAYAgxS7aEqx2Yy-IqlCzZT94RBRRxV2fqPcYhrQ2pkZYCQGYF4T9EjMxLBX42rJQlp-TduvSs4-k/s1600/hilangkan+folder+public+laravel.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimznQRv3tDnAWS634I7IPXJF1AxjjkXhvL4tWDtDEZIxIEGsDcPqmfr9vvRmv539ZBAYAgxS7aEqx2Yy-IqlCzZT94RBRRxV2fqPcYhrQ2pkZYCQGYF4T9EjMxLBX42rJQlp-TduvSs4-k/s72-c/hilangkan+folder+public+laravel.png
Gee Web Studio - Tutorial, Share Web & Mobile
https://www.gee.web.id/2014/02/cara-menghilangkan-folder-public-pada-laravel.html
https://www.gee.web.id/
https://www.gee.web.id/
https://www.gee.web.id/2014/02/cara-menghilangkan-folder-public-pada-laravel.html
true
77827092934645996
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content