UNDER DEVELOPMENT...
Firstly clone this repository and install the dependencies.
$ git clone https://github.com/PuriaGithub/Basic-CMS-Laravel6.git
$ composer install
After that run the command below. Do not forget to configure your .env file.
$ php artisan key:generate
$ php artisan migrate
And then run
$ npm install
$ npm run production
Finally, serve the application.
$ php artisan serve
- Authentication
- Create,Update and Delete Posts
- Categories
- Media Library
- Settings
- Sitemap
- Improve UI/UX
The Laravel framework is open-sourced software licensed under the MIT license.