Skip to content

learnwithahmed/laravel-cms

Repository files navigation

Laravel CMS

System Requirements

  • PHP >= 7.1.3
  • Node.js
  • Composer
  • MySQL
  • Nginx or Apache
  • Enable PHP Extentions inside php.ini file
    • OpenSSL PHP Extension
    • PDO PHP Extension
    • Mbstring PHP Extension
    • Tokenizer PHP Extension
    • XML PHP Extension
    • Ctype PHP Extension
    • JSON PHP Extension

Installation

  1. git clone [email protected]: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 ;)

Releases

No releases published

Packages

No packages published