Multilingual PHP CMS built with Laravel and bootstrap

Overview
Comments
  • Declaration of ...

    Declaration of ...

    After sudo php artisan lavalite:install and php artisan key:generate I got error: ErrorException (E_WARNING) Declaration of Litepie\Repository\Eloquent\BaseRepository::count() should be compatible with Prettus\Repository\Eloquent\BaseRepository::count(array $where = Array, $columns = '*')

    From /vendor/lavalite/framework/src/Litepie/Repository/Eloquent/BaseRepository.php

    Ubuntu 16.04 With Apache2, MariaDB And PHP 7.2

    opened by karnok 14
  • Miossing UserServiceProvider

    Miossing UserServiceProvider

    After trying to install with Composer,

    composer create-project LavaLite/cms --prefer-dist -s dev

    I got this error :

    Writing lock file Generating autoload files {"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","me ssage":"Class 'Lavalite\User\UserServiceProvider' not found","file":"Z:\Clien ts\Dodecagone\experimental\Lavalite\cms\vendor\laravel\framework\src\Il luminate\Foundation\ProviderRepository.php","line":157}}Script php artisan opt imize handling the post-install-cmd event returned with an error

    [RuntimeException] Error Output:

    create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repos itory-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--n o-scripts] [--no-progress] [--keep-vcs] [--no-install] [package] [directory] [ve rsion]

    Can you help me ?

    Thanks

    opened by myalban 9
  • Internal server error

    Internal server error

    NO matter what I do in the admin panel(e.g edit page ) it always says " internal server error ."

    And where is the table, I Downloaded lavalite e-commerce product and did all the instructions stuff. Every thinks fine except Above mention error when it comes to the admin section. Later I realized that there only two table in my DB. Can anyone give some solution

    opened by chiranjitkuiry 6
  • error artisan migrate --seed

    error artisan migrate --seed

    run artisan migrate --seed some errors

    php artisan migrate --seed
    Migrated: 2015_01_05_100001_create_clients_table
    Migrated: 2015_01_05_100001_create_users_table
    Migrated: 2015_01_05_100010_create_password_resets_table
    Migrated: 2015_02_23_161101_create_roles_table
    Migrated: 2015_02_23_161102_create_permissions_table
    Migrated: 2015_02_23_161103_create_role_user_table
    Migrated: 2015_07_01_100000_create_settings_table
    Migrated: 2015_08_05_100011_create_pages_table
    Migrated: 2015_08_05_100012_create_menus_table
    Migrated: 2016_06_23_100001_create_blogs_table
    Migrated: 2016_06_23_100001_create_news_table
    Migrated: 2016_06_23_100001_create_testimonials_table
    Migrated: 2016_07_07_100001_create_forums_table
    Migrated: 2016_07_07_100001_create_gallery_table
    Migrated: 2016_07_07_100001_create_tasks_table
    Migrated: 2016_07_07_100001_create_teams_table
    Migrated: 2016_07_08_100001_create_messages_table
    Migrated: 2016_07_14_100001_create_blocks_table
    Migrated: 2016_07_15_100001_create_careers_table
    Migrated: 2016_07_15_100001_create_contacts_table
    Migrated: 2016_07_15_100001_create_faqs_table
    Migrated: 2016_07_15_100001_create_portfolios_table
    Migrated: 2016_07_16_100001_create_price_lists_table
    Migrated: 2016_07_18_100001_create_calendars_table
    
    
      [ReflectionException]
      Class MenuTableSeeder does not exist
    
    opened by lewandowskit 5
  • The user register page doesn't work.

    The user register page doesn't work.

    I installed as the instructions and it almost works. But in the user register page(ex. http://localhost/auth/user/register), I met such a problem: After the register information is input and submitted, it shows the follow exception error:

    1/1 ErrorException in Model.php line 2335: in_array() expects parameter 2 to be array, null given

    1. in Model.php line 2335
    2. at HandleExceptions->handleError('2', 'in_array() expects parameter 2 to be array, null given', '/Users/byhongda/phpstormProjects/lavalite/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php', '2335', array('key' => 'name'))
    3. at in_array('name', null) in Model.php line 2335
    4. at Model->isFillable('name') in Model.php line 421
    5. at Model->fill(array('name' => 'test', 'email' => '[email protected]', 'password' => '$2y$10$Fenri1O5Boyy2qX.CknOCeCEsYEcZlCsPRN40oxogIvI.FdUoZaMy', 'active' => false, 'user_id' => null)) in UserRepository.php line 50
    6. at UserRepository->create(array('name' => 'test', 'email' => '[email protected]', 'password' => '$2y$10$Fenri1O5Boyy2qX.CknOCeCEsYEcZlCsPRN40oxogIvI.FdUoZaMy', 'active' => false)) in User.php line 74
    7. at User->create(array('name' => 'test', 'email' => '[email protected]', 'password' => '$2y$10$Fenri1O5Boyy2qX.CknOCeCEsYEcZlCsPRN40oxogIvI.FdUoZaMy')) in Facade.php line 214
    8. at Facade::__callStatic('create', array(array('name' => 'test', 'email' => '[email protected]', 'password' => '$2y$10$Fenri1O5Boyy2qX.CknOCeCEsYEcZlCsPRN40oxogIvI.FdUoZaMy'))) in AuthController.php line 133
    9. at User::create(array('name' => 'test', 'email' => '[email protected]', 'password' => '$2y$10$Fenri1O5Boyy2qX.CknOCeCEsYEcZlCsPRN40oxogIvI.FdUoZaMy')) in AuthController.php line 133
    10. at AuthController->create(array('name' => 'test', 'email' => '[email protected]', 'password' => '123456', '_token' => 'n24FjseDuf2MXZPLXzPzMlhr6bHLLRdKQaaqsQKf')) in RegistersUsers.php line 38
    11. at AuthController->postRegister(object(Request), 'user')
    12. at call_user_func_array(array(object(AuthController), 'postRegister'), array(object(Request), 'role' => 'user')) in Controller.php line 256
    13. at Controller->callAction('postRegister', array(object(Request), 'role' => 'user')) in ControllerDispatcher.php line 164
    14. at ControllerDispatcher->call(object(AuthController), object(Route), 'postRegister') in ControllerDispatcher.php line 112
    15. at ControllerDispatcher->Illuminate\Routing\{closure}(object(Request))
    16. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
    17. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in RedirectIfAuthenticated.php line 42
    18. at RedirectIfAuthenticated->handle(object(Request), object(Closure))
    19. at call_user_func_array(array(object(RedirectIfAuthenticated), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    20. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
    21. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
    22. at Pipeline->then(object(Closure)) in ControllerDispatcher.php line 114
    23. at ControllerDispatcher->callWithinStack(object(AuthController), object(Route), object(Request), 'postRegister') in ControllerDispatcher.php line 69
    24. at ControllerDispatcher->dispatch(object(Route), object(Request), 'App\Http\Controllers\Auth\AuthController', 'postRegister') in Route.php line 203
    25. at Route->runWithCustomDispatcher(object(Request)) in Route.php line 134
    26. at Route->run(object(Request)) in Router.php line 704
    27. at Router->Illuminate\Routing\{closure}(object(Request))
    28. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
    29. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
    30. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
    31. at Pipeline->then(object(Closure)) in Router.php line 706
    32. at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 671
    33. at Router->dispatchToRoute(object(Request)) in Router.php line 631
    34. at Router->dispatch(object(Request)) in Kernel.php line 236
    35. at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
    36. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
    37. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in VerifyCsrfToken.php line 50
    38. at VerifyCsrfToken->handle(object(Request), object(Closure))
    39. at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    40. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
    41. at ShareErrorsFromSession->handle(object(Request), object(Closure))
    42. at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    43. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in StartSession.php line 62
    44. at StartSession->handle(object(Request), object(Closure))
    45. at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    46. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
    47. at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
    48. at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    49. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in EncryptCookies.php line 59
    50. at EncryptCookies->handle(object(Request), object(Closure))
    51. at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    52. at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in CheckForMaintenanceMode.php line 42
    53. at CheckForMaintenanceMode->handle(object(Request), object(Closure))
    54. at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
    55. at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
    56. at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
    57. at Pipeline->then(object(Closure)) in Kernel.php line 122
    58. at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
    59. at Kernel->handle(object(Request)) in index.php line 53

    And nothing new was inserted into the 'users' table. What's wrong with this, did I missed any configuration ? or sth wrong with the Eloquent's mass assignment ?

    opened by byhongda 5
  • Username and password for the default users?

    Username and password for the default users?

    I've found that there's an admin account with:

    Username: [email protected] Password: ???

    There's no documentation for tihs. Which is the default password? And also for other accounts?

    opened by julianxhokaxhiu 5
  • Auth guard [.web] is not defined.

    Auth guard [.web] is not defined.

    I installed lavalite/news package and published all file this guide

    From admin dashboard clicking news tab i have the error Auth guard [.web] is not defined.

    opened by Arkango 4
  • Undefined variable: parent at vendor/lavalite/framework/src/Litepie/Menu/Http/Controllers/SubMenuResourceController.php:32)

    Undefined variable: parent at vendor/lavalite/framework/src/Litepie/Menu/Http/Controllers/SubMenuResourceController.php:32)

    I got an server error when I clicked the link on Menu. Here's the output of log error & screenshot of the error :

    • [2019-03-11 09:43:53] local.ERROR: compact(): Undefined variable: parent {"userId":1,"email":"[email protected]","exception":"[object] (ErrorException(code: 0): compact(): Undefined variable: parent at /Users/layana/project/web/kiddles/vendor/lavalite/framework/src/Litepie/Menu/Http/Controllers/SubMenuResourceController.php:32)

    • Mar-11-2019 17-03-43

    opened by agasigp 4
  • Class 'Litecms\Page\Facades' not found

    Class 'Litecms\Page\Facades' not found

    Hello,

    Installation worked fine, frontend works fine, but on the admin dashboard I get:

    Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Method Illuminate\View\View::__toString() must not throw an exception, caught ErrorException: Class 'Litecms\Page\Facades' not found (View: /.../lavalitecms/public/themes/admin/views/home.blade.php)"

    Some admin pages work fine though.

    Any idea on how to fix this please ?

    bug 
    opened by ShapesGraphicStudio 4
  • Problem with initial installation.

    Problem with initial installation.

    I am following the installation guide at: https://lavalite.org/docs/master/installation

    When I run the command: php artisan lavalite:install

    After it gets to the artisan migration part, I am presented with the following error:

    SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table password_resets add index password_resets_email_index(email))

    Exception trace:

    1 PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes") /data/[redacted]/blog/vendor/laravel/framework/src/Illuminate/Database/Connection.php : 458

    2 PDOStatement::execute() /data/[redacted]blog/vendor/laravel/framework/src/Illuminate/Database/Connection.php : 458

    Please advise how to resolve.

    opened by Mattz0r 4
  • Composer installation has bugs

    Composer installation has bugs

    I tried the composer installation but i continuosly have bugs like Traits not found or views not found. Than i tried with the Repository and all seems to work

    opened by TheLand 4
  • SQLSTATE[42S22]: Column not found: 1054 Unknown column 'slug' in 'where clause' (SQL: select count(*) as aggregate from `users` where `slug` = test12345 and `users`.`deleted_at` is null)

    SQLSTATE[42S22]: Column not found: 1054 Unknown column 'slug' in 'where clause' (SQL: select count(*) as aggregate from `users` where `slug` = test12345 and `users`.`deleted_at` is null)

    1. I install new LavaLite, and create new User from FOO.com/user/register, then I have error [SQLSTATE[42S22]: Column not found: 1054 Unknown column 'slug' in 'where clause' (SQL: select count(*) as aggregate fromuserswhereslug= test12345 andusers.deleted_atis null)](https://FOO.ap-northeast-1.amazonaws.com/user/register#top)

    image image image

    1. so I make slug in users table, and create new User, then I have error Class "App\Http\Controllers\Auth\Role" not found

    image

    image

    1. of caurse , I already migrated, and composer updated.

    image

    opened by nakamotojp 2
  • BadMethodCallException: Call to undefined method App\Models\Role::withTrashed() in file /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php on line 71

    BadMethodCallException: Call to undefined method App\Models\Role::withTrashed() in file /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php on line 71

    Hello today i create a fresh project and i visit role page then internal server error pops up and I cant edit or add a role

    BadMethodCallException: Call to undefined method App\Models\Role::withTrashed() in file /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php on line 71

    opened by loverdeveloper 0
  • Stored XSS exists in Blog package of Lavalite CMS v8.1.2

    Stored XSS exists in Blog package of Lavalite CMS v8.1.2

    PoC 1: Affected endpoint: POST http://localhost/website/public/admin/blog/blog/rA0kxlke49 Field: Title Parameter: title

    PoC 2: Affected endpoint: POST http://localhost/website/public/admin/blog/tag/rA0kxlke49 Field: Name Parameter: name

    This issue is also reported via huntr.dev https://huntr.dev/bounties/50b2575f-01a2-4202-8d31-aa7f3164fdfb/

    opened by faisalfs10x 0
Releases(v9.0.0)
Owner
LavaLite
ERP, CRM and CMS framework for Laravel
LavaLite
Laravel Angular Time Tracker is a simple time tracking application built on Laravel 5.2, Angular 2, and Bootstrap 3.

Laravel 5.2, Angular 2, and Bootstrap 3.3.* Time Tracker Laravel Angular Time Tracker is a simple time tracking application built on Laravel 5.2, Angu

Jeremy Kenedy 25 Oct 11, 2022
Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.

FacturaScripts Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful. Install Clone and deploy with composer and npm (compo

Carlos Garcia 313 Jan 4, 2023
Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface.

Roundcube Webmail roundcube.net ATTENTION This is just a snapshot from the GIT repository and is NOT A STABLE version of Roundcube. It's not recommend

Roundcube Webmail Project 4.7k Dec 28, 2022
A simple todo app, built with bootstrap, php native, mysql

A simple todo app, built with bootstrap, php native, mysql

Muhammad Fatkurozi 1 Apr 3, 2022
A Blogging Platform with a built-in Feed Aggregator. Built with AngularJS and Laravel.

ReMark ReMark is an open source publishing platform built with the informed content creator in mind. It works as: A blogging platform A feed aggregato

Ren 4 Nov 1, 2019
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS

INTRODUCTION Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a tradi

Flextype 524 Dec 30, 2022
Complete Login and Registration system using HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP and MYSQL

Complete Login and Registration system using HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP and MYSQL

JehanKandy 11 Jul 13, 2022
Modern, simple and fresh looking glass based on Bootstrap 5 and PHP 7

Modern, simple and fresh looking glass based on Bootstrap 5 and PHP 7. A looking glass is a network utility which is made user-friendly for everyone to use. It allows you to execute network related commands within a remote network, usually that of an ISP.

Hybula 77 Jan 1, 2023
Complete Login and Registration System with HTML CSS Bootstrap PHP and MYSQL

Complete-Login-and-Registration-System Complete Login and Registration System with HTML CSS Bootstrap PHP and MYSQL for .sql file run xampp server ope

JehanKandy 10 Jul 13, 2022
This is a web application for management of employees. This was done with the stack - HTML, CSS, BOOTSTRAP, VUEJS AND LARAVEL

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

igudy 2 Dec 24, 2021
Project of Simple Blog using: HTML, CSS, PHP, MYSQL, and BOOTSTRAP

Project-Stormwind Project of Simple Blog using: HTML, CSS, PHP, MYSQL, and BOOTSTRAP Functions : A personal blog about Blizzard and their work Main Th

Jan Andrzejewski 2 Aug 24, 2022
Frontend repository of libreoupas project, mostly written in PHP and JavaScript, using Bootstrap for responsivity.

libreoupas Description libreoupas est un site Internet permettant aux étudiant de la Faculté des Sciences et Technologies de Vandoeuvre-Lès-Nancy d'av

Clément Colné 4 Jan 6, 2022
BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.

BraincraftedBootstrapBundle BraincraftedBootstrapBundle helps you integrate Bootstrap in your Symfony2 project. BootstrapBundle also supports the offi

Braincrafted 403 Aug 13, 2022
Laravel live chat pusher js, bootstrap, javascript, jquery

Documentation First of all install a laravel project. Then install a authentication system like, auth, breze, Jetstream etc. Then you need a model, Ca

Ariful Sikder 13 Nov 22, 2022
Forum Diskusi Mahasiswa Informatika Berbasis Web menggunakan Framework Laravel & Bootstrap

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Aliffathur Risqi Hidayat 2 Oct 6, 2022
Um modelo de loja virtual utilizando HTML, CSS, JS, Bootstrap e PHP, utilizando ferramentas de edição de texto (VS Code), Edição de imagens (Adobe photoshop) e de vetorização (Adobe Illustrator).

Loja virtual fictícia Um modelo de loja virtual utilizando HTML, CSS, JS, Bootstrap e PHP, utilizando ferramentas de edição de texto (VS Code), Edição

Emily Leme 2 Sep 8, 2021
Desarrollo de una aplicación muy sencilla, desarrollada con HTML - Bootstrap - PHP - (PDO)- Mysql. (Login - Registro - Create Read Update Delete)

php-mysql-aplicacion-web Desarrollo de una aplicación muy sencilla, desarrollada con HTML - Bootstrap - PHP - (PDO)- Mysql. (Login - Registro - Create

Ángel Daniel Fuentes Segura 4 Sep 18, 2022
Aplikasi Point of Sale berbasis website menggunakan PHP native, Vanila Javascript , Bootstrap 5, Datatables dan MySQL

POS adalah sebuah aplikasi point of sale berbasis website yang dibangun menggunakan tech stack JS - PHP - MySQL.

Oka R. Abdillah 2 Feb 12, 2022
Integration of the popular Bootstrap CSS framework for CodeIgniter 4

Tatter\Bootstrap Integration of the popular Bootstrap CSS framework for CodeIgniter 4 Description This library leverages Tatter\Assets to automate ass

Tatter Software 1 Nov 27, 2021