Skip to content

stmeem/laravel-cms

Repository files navigation

Laravel CMS

Content Management System developed with Laravel framework.

Screenshots

login

Register

dashboard_table

Installation

  1. Clone the project

    git clone https://github.com/stmeem/laravel-cms.git laravel-cms
    
  2. Create an empty MySQL database

  3. Go to the folder application using cd command on your cmd or terminal

    cd laravel-cms
    
  4. Install dependencies with Composer

    composer install
    
  5. Copy .env.example file to .env on the root folder

    cp .env.example .env 
    
  6. Set a new encryption key

    php artisan key:generate
    
  7. Run php artisan migrate

In order to work on assets, you need to install Node.js

 npm install
 npm run dev

Finally, run php artisan serve .

To view the project, open http://localhost:8000.

About

CMS built with Laravel and bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published