ashishbhoi/webblog

Web based Blog App With Laravel

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project


README

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

| My Website | Contact Me | About Me | Services | Articles/Blogs |

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.