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
Multilingual CMS built with Laravel.

TypiCMS TypiCMS is a modular multilingual content management system built with Laravel. Out of the box you can manage pages, events, news, places, men

TypiCMS, Laravel multilingual CMS 973 Jun 25, 2021
A modular multilingual CMS built with Laravel 5.

AsgardCMS Platform View the documentation at AsgardCMS.com/docs. Join the conversation on Slack License The AsgardCMS is open-sourced software license

AsgardCMS 770 Jan 2, 2023
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap

e107 is a free and open-source content management system (CMS) which allows you to manage and publish your content online with ease. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, websites, intranets – e107 does it all.

e107 Content Management System 298 Dec 17, 2022
Polymorphic and Multilingual CMS powered by Laravel

Nuclear CMS Polymorphic and multilingual content management system. Nuclear is a polymorphic and multilingual content management system powered by Lar

Nuclear CMS 36 Nov 29, 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
A multilingual, extensible, community oriented CMS developed in PHP

ImpressCMS is a community developed Content Management System. With this tool maintaining the content of a website becomes as easy as writing a word d

ImpressCMS 26 Dec 14, 2022
A multilingual, extensible, community oriented CMS developed in PHP

ImpressCMS is a community developed Content Management System. With this tool maintaining the content of a website becomes as easy as writing a word d

ImpressCMS 26 Dec 14, 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
A Concrete CMS package to add interfaces to translate multilingual content. You can translate content manually, or use cloud API.

Concrete CMS add-on: Macareux Content Translator Concrete CMS has powerful features to manage multilingual content by its default. You can add languag

株式会社マカルーデジタル 3 Nov 28, 2022
Simple Bootstrap Laravel CMS. Support Laravel 8.x Can integrate into any existing Laravel project.

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
Baicloud CMS is a lightweight content management system (CMS) based on PHP and MySQL and running on Linux, windows and other platforms

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
GetSimple CMS - a flatfile CMS that works fast and efficient and has the best UI around, it is written in PHP

GetSimple CMS is a flatfile CMS that works fast and efficient and has the best UI around, it is written in PHP.

null 370 Dec 30, 2022
A PHP 5.3 CMS built on top of Laravel 4 and other composer components.

Anvil Forge your website! A PHP 5.3 CMS built on top of Laravel 4 and other composer components. Installation Installing Anvil is easy. Run the follow

Loïc Sharma 17 May 3, 2022
A flexible and fast Cms built with Symfony and Vuejs.

GreenCheap CMS A modular and lightweight CMS made with Symfony and Vuejs components GreenCheap works with PHP 8 version. In this case, lower versions

GreenCheap 57 Oct 29, 2022
A cms built with PHP Phalcon 4 and UIkit 3

Hummingbird CMS (ALPHA) The CMS based on Phalcon v4 and UIKit v3 Requirements Nginx PHP >= 7.2 MySql >= 5.7.9 Phalcon >= 4.1.0 PHP ZIP extension Compo

Mai Vu 5 Oct 7, 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
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
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