GithubHelp home page GithubHelp logo

antoniputra / ngeblog Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 11.0 2.81 MB

Quickstart Blogging for Laravel application.

License: MIT License

PHP 49.29% CSS 10.60% HTML 28.68% JavaScript 5.51% Vue 5.92%
blog laravel package

ngeblog's People

Contributors

antoniputra avatar arryanggaputra avatar nafiesl avatar

Stargazers

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

Watchers

 avatar  avatar

ngeblog's Issues

interface link error

ngeblog's interface doesn't work and the buttons function. although I have checked the paths. can you help me
image
image

Cannot create blog post with same Title

In every blogging platform, we able to create multiple post with duplication blog title, unfortunately this feature is not implemented now.

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'lorem-ipsum' for key 'ngeblog_blogs_slug_unique' (SQL: insert into `ngeblog_blogs` (`title`, `category_id`, `status`, `editor_type`, `content`, `user_id`, `slug`, `updated_at`, `created_at`) values (lorem ipsum, 1, publish, quill, <p>asdfasd asdf asdf asdf</p>, 0, generate-tahanan-lebih-dari-81-hari, 2017-12-10 01:50:59, 2017-12-10 01:50:59))

Maybe we can add some random unique number when generate the slug value, like this ๐Ÿ‘

// src/Repositories/BlogRepository.php
$model->slug = str_random(5).'-'.str_slug($data['title']);
//or
$model->slug = time().'-'.str_slug($data['title']);

Artisan file tidak ditemukan

Saya menginstall sesuai cara namun namanya bukan ngeblog tp berubah jadi vendor dan tidak ditemukan artisan file

Tombol delete tidak bekerja

Terima kasih sudah bikin paket ini, mas Antoni. Saya sudah mencoba paket ini dan sudah jalan baik. Tapi ada sedikit problem saat kita mau hapus item blog dan item kategori.

Ketika kita klik tombol Hapus, munculnya hanya halaman blank. Setelah dicek, ternyata actionnya masuknya ke controller BlogsController@show, bukan ke BlogsController@destroy.

Sehingga recordnya tidak terhapus dari database.

Terima kasih.

shutter_20171206-008

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.