- 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
git clone [email protected]:code2gether/laravel-cms.git
cd laravel-cms
- Create new
.env
file usingcp .env.example .env
or just create new file and name it.evn
and paste everything from.env-example
. - Run
php artisan key:generate
- Pull all required packages
composer install && composer update
- Create a new database with the correct credentials in
.env
file - Generate DB Tables
php artisan migrate
php artisan serve
If you change any JS or SCSS code then you need to run this command to see changes on time.
npm run watch
enjoy ;)