adrian / bloggawesome
The Laravel Framework.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.5.9
- doctrine/dbal: ^2.5
- laracasts/flash: ^2.0
- laravel/framework: 5.2.*
- laravelcollective/html: ^5.2
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.0
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
This package is not auto-updated.
Last update: 2024-10-30 21:06:28 UTC
README
This is my first big project, which i want build professionall. Under i will be adding everything what i did to build it.
Blog Alpha Version 0.1
12/07/2016:
- Added Verification and Deleting post.
- Added count post in the article on the home page.
- Added latest post in the article on the home page.
11/07/2016:
- Added count not checked post.
- Added preview article to which is added post.
- Added button with informations who added post like latitude, longitude, web browser, city, country etc.
- Added button to veryfication post.
- Added field to posts table :checked_post:.
10/07/2016:
- Added showing articles on the main Page.
- Created route to the showing article.
- Created template to the showing article Page.
- Added provisional creating posts in article.
- Created template with showing posts in article.
- Added showing form for creating posts in article if article is open.
- Added function to create post.
- Created migration to post with couple fields for getting info who added post like latitude, country, longitude, ip address etc.
- Created Post panel in ACP and showing all posts whichs guests added for the moderate.
- Added route to creating users(remember to end it).
- Added route to sending newsletters on E-mail(remember to end it).
28/05/2016:
- Added creating Article with AJAX technology.
- After add article added row with added information with ajax.
27/05/2016:
- Fixed layout on main Page.
- Added select2 for better working.
- Created migration Tags for Articles with ManytoMany relationship.
- Added dynamically creating tags for articles(remember to change it with Ajax).
- Added Delete button for deleting articles.
25/05/2016:
- Created migration for Articles and model Article, added fillable fields.
- Did a relationship for Blogger and Articles hasMany for User model.
- Created panel for all Articles, did options for adding, editing, deleting articles.
- Installed npm and GULP, started working with Gulp and Sass.
- Added Summernote and Animate CSS for better and faster get experience.
- Repair showing Layout with a better responsive page.
- Added showing big text in body article with a better writing.
- Added script for creating and editing exists Articles.
- Added simple Requests for form validation.
- Turned off adding pictures from PC with summernote.
- Added some strip tags for article body.
24/05/2016:
- Created layout simple layout for Main Blog and Blogger Control Panel.
- Added LaravelCollective and Laracasts Flash for better experience and faster working.
- Created simple example main page for showing Articles, adding E-mail for newsletter.