Skip to content

ashishbhoi/webblog

Repository files navigation

AB Developers

Build Status GitHub issues GitHub license GitHub release GitHub (pre-)release PHP from Packagist

About This Website

  • This website is all about my personal blogging project


Files To Be Copied

  1. Download 'laravel.zip'
  2. UnZip 'laravel.zip'

Setup Process

  1. Coppy files from 'Public' Folder to your hosting directory i.e. "public_html" or "www"

Modifications To Be made

  1. rename '/.env.example' to '/.env'

  2. edit to your '.htaccess' File in "public folder"

  3. edit '/config/mail.php'

  4. edit '/public/index.php'

  5. 'storage link'

     $ ln -s ~/<Location Of Project "Laravel Folder">/storage/app/public ~/< hosting directory i.e. "public_html" or "www" >/storage
    

Extra Modification

  • This is if you have a shell access
  1. 'iniciate composer'

     $ composer install
     $ composer dumpautoload -o
     $ composer install --optimize-autoloader --no-dev
    
  2. 'laravel command'

     $ php artisan config:cache
     $ php artisan route:cache
    
  3. 'ckeditor'

     $ php artisan vendor:publish --tag=ckeditor
    

Author

Ashish Kumar Bhoi

License

Copyright © 2018, Ashish Kumar Bhoi. Released under the MIT License.