mratwan/laravel-cms

The Laravel CMS with Vuejs and Reactjs.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 27

Language:Vue

Type:project

dev-master 2019-04-03 14:11 UTC

README

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

About Laravel CMS

Thank you for considering contributing to the Laravel CMS! This is a Laravel CMS made with Vuejs.

Learning Laravel CMS

Laravel CMS has the most extensive and thorough documentation.

Installation

It's just like any other Laravel project. Basically here is how you use it for yourself. (it's not completed yet)

  • run this command composer create-project mratwan/laravel-cms
  • cd to project folder.
  • Run composer install
  • Save as the .env.example to .env and set your database information.
  • Run php artisan key:generate to generate the app key.
  • Run npm install
  • Run php artisan migrate
  • Go to register page and register new user.
  • Go to phpMyAdmin and edit registered user type to admin
  • Run php artisan passport:install and save its keys.
  • Done !!! Enjoy Customizing and building awesome app

License

The Laravel framework is open-sourced software licensed under the MIT license.