Borgert is a CMS Open Source created with Laravel Framework 5.6

Overview
Borgert CMS

A simple CMS to start projects in Laravel containing some modules.
Blog, Pages, Products, Mailbox, Image Gallery, Log Viewer and Users.

Frontend: Blog (httpp://localhost:8000/blog)

Languages: English (default), Portuguese, Spanish and Chinese


Quality

Codacy Badge StyleCI

Contributions / Donate

GitHub issues Donate

Documentation

Description English Português (Brasil) Chinese (Help translate)
1. Installation Guide EN PT-BR
2. User Guide EN PT-BR
2.1 Routes EN PT-BR
2.2 Controllers EN PT-BR
2.3 Models EN PT-BR
2.4 Views EN PT-BR
2.5 Assets EN PT-BR
2.6 Uploads EN PT-BR
3. Modules EN PT-BR
4. Libraries EN PT-BR
5. Tips EN PT-BR

Screenshots









Contributions

Want to help? How about a pull request or create an [issue] (https://github.com/odirleiborgert/borgert-cms/issues) with improvements.

GitHub issues

We recommend cloud Digital Ocean

Earn $10 cloud dollars using our link

DigitalOcean

Changelog.

License

License Author

Comments
  • Error on creating blog post

    Error on creating blog post

    InvalidArgumentException in Carbon.php line 425:

    Unexpected data found. Unexpected data found. Data missing

    in Carbon.php line 425 at Carbon::createFromFormat('Y-m-d H:i:s', '2016/08/22 14:40') in compiled.php line 11372 at Model->asDateTime('2016/08/22 14:40') in compiled.php line 11355 at Model->fromDateTime('2016/08/22 14:40') in compiled.php line 11335 at Model->setAttribute('publish_at', '2016/08/22 14:40') in compiled.php line 11557 at Model->__set('publish_at', '2016/08/22 14:40') in PostsController.php line 58 at PostsController->store(object(Request))

    opened by math3vz 5
  • Create dashboard with informations

    Create dashboard with informations

    Informations:

    • Users (count users)
    • Posts (count posts)
    • Comments (count comments)
    • Pages (count pages)
    • Mailbox (count unread messages)
    • ChartJS to tell latest comments and posts
    • List last comments unapproved

    Use widgets inspinia - https://github.com/Niqpue/inspinia-master

    opened by odirleiborgert 4
  • Components folder is missing

    Components folder is missing

    The components folder is under assets folder missing from the project and hence is not fully functional e.g: http://localhost/borgert/assets/components/bootstrap/dist/css/bootstrap.min.css

    opened by nouphaltklm 3
  • Create Helpers to set active link in menu

    Create Helpers to set active link in menu

    Ex:

    <li {{ setActive('admin') }}>
        <a href="{{ route('admin.index') }}"><i class="fa fa-dashboard"></i> <span class="nav- label">Dashboard</span></a>
    </li>
    
    opened by multiarts 3
  • Check record was successfully

    Check record was successfully

    Check if the record was recorded successfully before moving/removing the folder with the images sent.

    Methods:

    upload()

    Files

    app/Http/Controllers/Admin/Blog/PostsController.php app/Http/Controllers/Admin/Gallerys/GallerysController.php app/Http/Controllers/Admin/Products/ContentsController.php

    Hacktoberfest 
    opened by odirleiborgert 2
  • Upload de imagens

    Upload de imagens

    Olá Odirlei, tudo bem?

    Estou precisando de uma ajuda. Não estou entendendo muito bem como funciona o upload de imagens. Eu vi que não existe uma tabela que armazena o caminho das imagens na pasta. Geralmente, em meus outros projetos, eu faço o upload da imagem, armazeno o caminho em uma tabela do BD e crio Thumbnails para utilizar ao longo do site.

    No seu caso, vi que não existe uma tabela com o path das imagens. Como você chama as imagens? Por exemplo, como eu poderia utilizar as imagens da sessão "Produtos" ou exibir uma imagem específica na página do produto (no caso de um e-commerce)?

    Desde já, te agradeço muito pelo trabalho a que está se prestando.

    Abraço!

    opened by gusilveiramp 2
  • Create Pull request for #25

    Create Pull request for #25

    This fixes #25 Create helper to format dates in other languages.

    Changes:

    • Sync laravel localization and Carbon localization
    • Change created_at format to diffForHumans in all views.
    • Standardize laravel localization changing folders [pt_BR,es_MX] to [pt,es]. (to complete the first point)
    opened by denour 2
  • Folha de estilos

    Folha de estilos

    Odirlei, primeiramente gostaria de parabeniza-lo pelo excelente trabalho. O painel está ficando muito bom e já estou utilizando em um projeto.

    Minha dúvida é referente ao app.css. Percebi que existem diversas regras de estilo definidas que ainda não foram utilizadas no projeto. Como a folha de estilo é bem extensa, estou tendo dificuldade para verificar se algum elemento já existe ou se é preciso que eu crie-o. Por exemplo, eu gostaria de implementar um menu lateral responsivo na direita, entre outras coisas, mas não sei se já existem no app.css, e como css não é meu forte e a folha é bem longa, estou apanhando um pouquinho nessa busca. rsrs

    Portanto, gostaria de saber se existe alguma página de demonstração com exemplos do tema utilizado. Caso você esteja utilizando algum tema de terceiros, poderia me indicar o site para que eu explore mais um pouco? Caso não exista, sem problemas. O projeto todo está excelente, independente disso.

    Desde já, agradeço muito pelo trabalho e atenção.

    opened by gusilveiramp 2
  • Dockernizando a aplicação

    Dockernizando a aplicação

    Olá @odirleiborgert Neste pull request estou adicionando todas as configurações necessárias para realizar o deploy de toda a arquitetura da aplicação através de conteiners, utilizando o docker-compose.

    Desejo sucesso ao projeto. Abraço.

    opened by alexcvcoelho 1
  • Mass assignment

    Mass assignment

    Summary

    • [x] Adjustments in fillables of all models for mass assignments
    • [x] Used Dependency injection to inject model in constructor rather than using facade. It is clear and more testable
    • [x] Used methods like create and update that can save mass assignments
    opened by sazanrjb 1
  • Cannot install it

    Cannot install it

    When running bower, I get

    bower PACE#^1.0.2   ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/HubSpot/pace.git", exit code of #128 fatal: Unable to find remote helper for 'https'
    
    opened by deleugpn 1
  • Image upload is not working

    Image upload is not working

    Hello, When uploading images I keep getting an Error Unknown error.

    The Google Chrome console shows VM758:1 POST https://longwycreatif.fr/nosartisans/public/admin/blog/posts/upload/1 500

    and the Laravel error log shows this:

    [2022-08-29 13:45:09] local.ERROR: Trying to access array offset on value of type null {"userId":1,"email":"[email protected]","exception":"[object] (ErrorException(code: 0): Trying to access array offset on value of type null at /var/www/vhosts/longwycreatif.fr/httpdocs/nosartisans/app/Libraries/UploadHandler.php:368)

    Any idea how to fix that ?

    Best regards, Emmanuel

    opened by EmanDS 0
Releases(2.0.0)
Owner
Borgert Inc.
Projects open source
Borgert Inc.
CMS and high level framework created with Phalcon framework

KikCMS This video will show you the general UX used for the KikCMS and DataTables created inside the CMS

Kaz 51 Oct 7, 2022
Amila Laravel CMS - Free, open-source Simple Bootstrap Laravel CMS

Simple Bootstrap Laravel CMS. Support Laravel 8.x Can integrate into any existing Laravel project. Only add few database tables with prefixes, not affect your existing database tables. Support Laravel 7.x & Laravel 6.x & Laravel 5.x & MySql & PostgreSql - Amila Laravel CMS

Alex Zeng 96 Sep 6, 2022
Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS

Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.

Flextype 524 Dec 30, 2022
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds

PHPVibe Video CMS Free Video Sharing CMS The modern choice of design inspired by Youtube and a social videos sharing module that may just cut it for y

MediaVibe 71 Dec 18, 2022
NukeViet 132 Nov 27, 2022
BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website for more information.

BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the

null 5 Aug 15, 2022
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.

Winter is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of

Winter CMS 1.1k Jan 3, 2023
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. /// Chat with us and others on Spectrum: https://spectrum.chat/twill

About Twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By st

AREA 17 3k Jan 6, 2023
BlizzCMS an Open-Source CMS

BlizzCMS Plus BlizzCMS Plus is a restructured and improved version of BlizzCMS v1. The development of this version is made constantly by the developer

WoW-CMS 58 Dec 31, 2022
Contao Open Source CMS

About Contao is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website fo

Contao 252 Dec 22, 2022
Bolt CMS is an open source, adaptable platform for building and running modern websites.

Bolt CMS is an open source, adaptable platform for building and running modern websites. Built on PHP, Symfony and more. Read the site for more info.

Bolt 437 Jan 4, 2023
Open Source Portfolio/Resume CMS

Ezfolio Open Source Portfolio CMS Ezfolio is a professional open source portfolio CMS built using Laravel, React and Ant Design. Choose from awesome t

MD. Ariful Alam 205 Jan 5, 2023
🚀Bolt CMS is an open source, adaptable platform for building and running modern websites

??Bolt CMS is an open source, adaptable platform for building and running modern websites

Bolt 32 Dec 3, 2022
Fork is an easy to use open source CMS using Symfony Components.

Installation Make sure you have composer installed. Run composer create-project forkcms/forkcms . in your document root. Browse to your website Follow

Fork CMS 1.1k Dec 8, 2022
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.

Welcome to ProcessWire 3.x This document is in Markdown. An HTML formatted version of this document can be read at: https://github.com/processwire/pro

ProcessWire 804 Jan 3, 2023
Gitamin is an open source git repository management software built with the Laravel PHP Framework.

Gitamin(pronounced /ˈgɪtəmɪn/, inspired by Vitamin) is an open source git repository management software built with the Laravel PHP Framework.

Gitamin 347 Sep 20, 2022
Sulu is an open-source content management platform based on the Symfony PHP framework

This repository is no longer the recommended way to start a sulu project. Please have a look at the documentation to find out how to start a new proje

Sulu CMS 623 Nov 12, 2022
Doptor CMS is a Laravel 5 based CMS

Introduction Doptor CMS is a Laravel 5 based CMS. Find out more about Doptor by reading below. ;) About Doptor CMS Doptor is an Integrated and well-de

DOPTOR 4 Sep 11, 2022
Bootstrap CMS - PHP CMS powered by Laravel 5 and Sentry

Bootstrap CMS Bootstrap CMS was created by, and is maintained by Graham Campbell, and is a PHP CMS powered by Laravel 5.1 and Sentry. It utilises many

Bootstrap CMS 2.5k Dec 27, 2022