ashishbhoi / webblog
Web based Blog App With Laravel
v2.0
2018-09-19 10:18 UTC
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/tinker: ^1.0
- laravelcollective/html: ^5.4.0
- unisharp/laravel-ckeditor: ^4.7
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
- dev-master
- v2.0
- v1.5
- v1.4
- v1.3
- v1.2
- v1.1
- v1.0
- dev-dependabot/composer/erusev/parsedown-1.7.4
- dev-dependabot/npm_and_yarn/axios-0.21.1
- dev-dependabot/composer/symfony/http-foundation-4.4.15
- dev-meta_tag_style
- dev-ISSUE_+11
- dev-ISSUE_+12
- dev-ISSUE_+9
- dev-ISSUES_+17
- dev-service-worker-bug-18-09-2018-2
- dev-service-worker-bug-18-09-2018-1
- dev-ashishkumarbhoi-patch-2
- dev-ashishkumarbhoi-patch-1
- dev-add-code-of-conduct-1
This package is auto-updated.
Last update: 2025-03-05 11:50:50 UTC
README
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.