Skip to content

Shuvayatra/migration-web

Repository files navigation

Shuvayatra | शुभयात्रा CMS

Install

Shuvayatra cms can be cloned from github repository and installed. Following the procedure given below:

  • git clone git@github.com:Shuvayatra/migration-web.git
  • cd shuvayatra
  • install the application dependencies using command: composer install
  • copy .env.example to .env and update your the database configurations
  • give write permission to the storage folder using chmod -R 777 storage
  • run migration using php artisan migrate
  • seed dummy data using php artisan db:seed
  • generate cipher key using php artisan key:generate
  • make a directory uploads inside public and give write permission to it
  • start development server php artisan serve
  • run php artisan nrna:acl-setup for to create user
  • access localhost:8000 from browser

Framework

The application is written in PHP based on the Laravel framework, current version of Laravel used for this project is 5.1.*.

Tools and packages

This application uses many tools and packages, the packages can be seen in the composer.json file.

Some major PHP packages used are listed below:

Structure

The application is structured in a very simple way in app\Nrna folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •