#Laravel-7 & Vue-2 CMS
First clone this repository for command:
$ git clone https://github.com/JoneCoder/cms7.git
Second change the directory this command:
$ cd cms/
Copy ckeditor.zip file from Doc and extract this in public folder.
Than copy the .env.example file to .env flowing command:
$ cp .env.example .env
In .env file change your base url and database name
The next step is create a database in your local server and import system database.
Now update composer for install laravel vendor:
$ composer update or composer install
If composer updating done than you generate application key for this command:
$ php artisan key:generate
The next step is create a database in your local server and run the flowing command:
$ php artisan migrate
Link to storage run this command:
$ php artisan storage:link
Install Node Module:
$ npm install
run this command in your project command window:
$ npm run dev & npm run watch
If you done make a table for file uploads, than run the laravel development server.
$ php artisan server
Go to your browser and write your project url.
Get Start CMS Software in laravel-vue.