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
- Download ‘laravel.zip’
- UnZip ‘laravel.zip’
Setup Process
- Coppy files from ‘Public’ Folder to your hosting directory i.e. “public_html” or “www”
Modifications To Be made
- rename ‘/.env.example’ to ‘/.env’
- edit to your ‘.htaccess’ File in “public folder”
- edit ‘/config/mail.php’
- edit ‘/public/index.php’
-
‘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
-
‘iniciate composer’
$ composer install $ composer dumpautoload -o $ composer install –optimize-autoloader –no-dev
-
-
‘laravel command’
$ php artisan config:cache $ php artisan route:cache
-
‘ckeditor’
$ php artisan vendor:publish --tag=ckeditor
Author
Ashish Kumar Bhoi
License
Copyright © 2018, Ashish Kumar Bhoi. Released under the MIT License.