- This website is all about my personal blogging project
| My Website | Contact Me | About Me | Services | Articles/Blogs |
- Download 'laravel.zip'
- UnZip 'laravel.zip'
- Coppy files from 'Public' Folder to your hosting directory i.e. "public_html" or "www"
-
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
- 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
Ashish Kumar Bhoi
Copyright © 2018, Ashish Kumar Bhoi. Released under the MIT License.