learnwithahmed / laravel-cms

CMS built with Laravel and Bulma CSS
2 stars 0 forks source link
bulma-css cms laravel mysql php

Laravel CMS

System Requirements

Installation

  1. git clone git@github.com:code2gether/laravel-cms.git
  2. cd laravel-cms
  3. Create new .env file using cp .env.example .env or just create new file and name it .evn and paste everything from .env-example.
  4. Run php artisan key:generate
  5. Pull all required packages composer install && composer update
  6. Create a new database with the correct credentials in .env file
  7. Generate DB Tables php artisan migrate

Spin up PHP Dev Server

php artisan serve

Run Node Engine

If you change any JS or SCSS code then you need to run this command to see changes on time.

npm run watch

enjoy ;)