webblog

A Blogging website Made With LARAVEL

MIT License

Downloads
2
Stars
0
Committers
1

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.

Package Rankings
Top 39.38% on Packagist.org
Badges
Extracted from project README
AB Developers Build Status GitHub issues GitHub license GitHub release GitHub (pre-)release
Related Projects