Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishbhoi/webblog
A Blogging website Made With LARAVEL
https://github.com/ashishbhoi/webblog
laravel laravel-framework manifest-json service-worker
Last synced: about 2 months ago
JSON representation
A Blogging website Made With LARAVEL
- Host: GitHub
- URL: https://github.com/ashishbhoi/webblog
- Owner: ashishbhoi
- License: mit
- Created: 2018-09-18T06:56:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T01:17:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T08:16:08.173Z (about 2 months ago)
- Topics: laravel, laravel-framework, manifest-json, service-worker
- Language: PHP
- Homepage: https://ashishbhoi.github.io/webblog
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![AB Developers](https://www.abdevp.com/icon/favicon.png)](https://www.abdevp.com)
[![Build Status](https://travis-ci.org/AshishBhoi/webblog.svg?branch=master)](https://travis-ci.org/AshishBhoi/webblog)
[![GitHub issues](https://img.shields.io/github/issues/AshishBhoi/webblog.svg)](https://github.com/AshishBhoi/webblog/issues)
[![GitHub license](https://img.shields.io/github/license/AshishBhoi/webblog.svg)](https://github.com/AshishBhoi/webblog/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/ashishbhoi/webblog.svg)](https://github.com/AshishBhoi/webblog/releases)
[![GitHub (pre-)release](https://img.shields.io/github/release/ashishbhoi/webblog/all.svg)](https://github.com/AshishBhoi/webblog/releases)
![PHP from Packagist](https://img.shields.io/packagist/php-v/ashishbhoi/webblog.svg)## About This Website ##
- This website is all about my personal blogging project
---
### | [My Website](https://www.abdevp.tk) | [Contact Me](https://www.abdevp.tk/contact) | [About Me](https://www.abdevp.tk/about) | [Services](https://www.abdevp.tk/services) | [Articles/Blogs](https://www.abdevp.tk/posts) | ###
---
## 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 ~//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](https://github.com/AshishBhoi).
Released under the [MIT License](LICENSE).