Skip to the content.

AB Developers

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

About This Website


| 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

  1. ‘laravel command’

     $ php artisan config:cache
     $ php artisan route:cache
    
  2. ‘ckeditor’

     $ php artisan vendor:publish --tag=ckeditor
    

Author

Ashish Kumar Bhoi

License

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