GithubHelp home page GithubHelp logo

mariocoski / laravel-blogger Goto Github PK

View Code? Open in Web Editor NEW
72.0 8.0 38.0 9.45 MB

Simple, easy-to-start blogging platform powered by Laravel

License: MIT License

PHP 56.83% JavaScript 10.72% HTML 32.29% Shell 0.16%
blogger laravel laravel-blogger blogs blog elasticsearch tinymce

laravel-blogger's People

Contributors

lemon-mario avatar mariocoski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-blogger's Issues

Description field in Articles is not active

When I'm creating new Article, the field 'description' is not active. I click on, but there is no action and I can't to type.
If I click on some special button, f.e. 'smiles' and choose one, I can type my description text.
If I edit Article there is no problem with it.

There is problem only with one field and only on one page.
I use docker containers with php 7.0, Ubuntu 14

blogger install error

Hi
I am trying to install blogger on my localhost.
(php artisan blogger:install)
I choose email, password, first and last name. then it has an error like this in next step.

[ErrorException]
Trying to get property of non-object

I would like you help me how I can fix this issue.

sorry, I am so urgent now, so I would like you give me quick response.
thanks

Updating an article throwing error

Whenever am updating an article it gives me error as follows. However then node is updating.

Whoops, looks like something went wrong. 1/1 NoNodesAvailableException in StaticNoPingConnectionPool.php line 51: No alive nodes found in your cluster in StaticNoPingConnectionPool.php line 51 at StaticNoPingConnectionPool->nextConnection() in Transport.php line 71 at Transport->getConnection() in Transport.php line 89 at Transport->performRequest('POST', '/_all/_bulk', array(), '{"update":{"_id":2,"_index":"laravel","_type":"articles_index"}}{"doc":{"id":2,"author_id":1,"category_id":2,"slug":"what-is-lorem-ipsum","title":"What is Lorem Ipsum?","subtitle":"dddd","content":"<p><strong>Lorem Ipsum<\\/strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum<\\/p>","html_content":"<p><strong>Lorem Ipsum<\\/strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum<\\/p>","article_image":"","meta_keywords":"lorem","meta_description":"lorem","is_published":1,"published_at":"2019-02-13 12:15:00","layout":"layouts.frontend","created_at":"2019-02-13 19:41:10","updated_at":"2019-02-14 05:52:28"},"doc_as_upsert":true}', array()) in Connection.php line 229

And I couldn't change the draft status of a node to pubished too.

image

problem with searching index

As I reset index I got "There was a problem with reseting your searching index".
Also I have an error as I create new article

Error in code

Hello.
In App\Models\Tag::articles
you have it wrong:

return $this->belongsToMany('App\Models\Article', 'articles_tags', 'article_id', 'tag_id');

you need to write:

return $this->belongsToMany('App\Models\Article', 'articles_tags', 'tag_id', 'article_id');

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.