Download the PHP package cmsrs/cmsrs3 without Composer

On this page you can find all versions of the php package cmsrs/cmsrs3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cmsrs3


CMS, gallery, and shop based on Laravel and Vue.js




INSTALLATION (QUICK SETUP)

Run the following command to create the project:

MANUAL INSTALLATION

change db connection in .env file, for example:

You can create a MySQL user and database using the script:

RUN TESTS

Change db connection in .env.testing file, for example:

Attention! DB_DATABASE should be different than the one in the .env file.

You can create a MySQL database using the script

It is recommended to run tests on a clean instance (without images)

MANAGMENT

CONFIGURATION .env FILE

After each change to a configuration value, it is necessary to log in to the admin panel again.

The first one will be default language. If you don't set up this directive it will be 'en,pl'

It must be the same like in the admin config file (see Vue.js). It can be empty string.

The default page types are:

- cms: Displays a WYSIWYG editor in the administration area.
- gallery: A page for showcasing photos.
- shop: A page for displaying products.
- contact: A page with contact information.
- main_page: The main page, which requires writing pure HTML code.
- privacy_policy: A page containing the privacy policy.
- projects: Displays the same content across all languages.
- clear: A page without a WYSIWYG editor; requires writing pure HTML code.
- inner: Represents a text box on an existing page that requires hardcoding in the layout. The key is the short_title. For example, in the code:
    (new PageService)->getPageDataByShortTitleCache('main_page_box1', 'content');
    The following short_title values are predefined:
        - main_page_box1, main_page_box2, main_page_box3: Represent three content boxes on the main page.
        - company_data: Displays company information on the contact page.
        - main_page_slider: Contains images displayed in the slider on the main page, It requires adding a <div class='slidecontainer'></div> element to the main page.

The default file extensions for uploads are:

SAMPLE .env CONFIGURATION FOR COMPANY PROFILE PAGE

If you want to create a company profile page, I suggest setting the following CMS parameters, for example:

CLI COMMANDS

I highly recommend running this script to understand how my CMS works. (Remember to leave the default values in the .env file.)

DEMO - Frontend

http://demo.cmsrs.pl

DEMO - Admin Panel

http://demo.cmsrs.pl/admin-demo

TUTORIALS

https://www.cmsrs.pl/en/cms/cmsrs/cmsrs-video-tutorial

MORE INFORMATION

https://www.cmsrs.pl/en/cms/cmsrs/about-cmsrs

VUE.JS SOURCE CODE

https://github.com/cmsrs/cmsrs3-vuejs

REPORTING ISSUES AND SUGGESTIONS

If you notice any problems or have ideas to improve the project, please use the Issues section to let me know. If you like it, give it a star! Your support motivates me to keep improving the project. Thank you! :)


All versions of cmsrs3 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2.0
guzzlehttp/guzzle Version ^7.8
intervention/image-laravel Version ^1.2
laravel/fortify Version ^1.25
laravel/framework Version ^11.0
laravel/tinker Version ^2.9
php-open-source-saver/jwt-auth Version ^2.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cmsrs/cmsrs3 contains the following files

Loading the files please wait ....