Download the PHP package grundmanis/laracms without Composer

On this page you can find all versions of the php package grundmanis/laracms. 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 laracms

Lara CMS - Laravel Content Management System

This is the Content Management System on Laravel (tested - 5.5 / 5.6), made for fun. laravel

How to use

Dashboard

Link to laracms dashboard:

Test user (But run seeder first):

Publish config file which stores dashboard menu points, you can add your own too:

Modules

You can write your own modules for laracms, check Modules folder, or check already created by me separate module - Content Module

User module

Simple module which allows to CRUD cms users

Content module

This module allows to use translated texts directly from database in your blade files and manage them in laracms dashboard.

Click on "content" menu point or go to yourhost.com/laracms/content/, create a new content with unique slug and translated values, then in blade files, use Content::get($slug, $locale = null) or helper content($slug, $locale = null)

Pages module

This module allows to create a new pages with urls for your website.

Publish page layouts to make available to modify them

Then resources/views/laracms/pages/layouts will appear with 2 already created layouts, You can create your own layouts in this folder and they will be automatically grabbed by laracms.

Click on "pages" menu point or go to yourhost.com/laracms/pages/, create a new page by using unique URL, choose layout and type some text. Now, You can see your page: yourhost.com/whatever_created_page_slug_here

Installation

Run

For authentication in dashboard, in config/auth.php add a new guard:

and a new provider:

Finally, run configuration command:


All versions of laracms with dependencies

PHP Build Version
Package Version
Requires grundmanis/laracms-content Version @dev
grundmanis/laracms-pages Version @dev
mcamara/laravel-localization Version ^1.3
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 grundmanis/laracms contains the following files

Loading the files please wait ....