All Projects → RatulHasan → content-management-system

RatulHasan / content-management-system

Licence: MIT license
Content management system for laravel developers'. It's easy to install and run.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Blade
752 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to content-management-system

Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+14537.5%)
Mutual labels:  laravel-cms, content-management-system
laravel-jarvis
Achieve Your Ambition With Me .
Stars: ✭ 32 (+100%)
Mutual labels:  laravel-5-package, laravel-cms
lara-s-cms
A PHP Laravel Skeleton for CMS/Admin Dashboard (within/without website)
Stars: ✭ 28 (+75%)
Mutual labels:  laravel-cms, content-management-system
vaahcms
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
Stars: ✭ 56 (+250%)
Mutual labels:  laravel-cms, content-management-system
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+1137.5%)
Mutual labels:  laravel-application, laravel-5-package
coasterframework
Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System
Stars: ✭ 30 (+87.5%)
Mutual labels:  laravel-5-package, laravel-cms
laravel-storyblok
Make Laravel and Storyblok work together beautifully.
Stars: ✭ 45 (+181.25%)
Mutual labels:  laravel-5-package, content-management-system
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+16687.5%)
Mutual labels:  laravel-application, laravel-5-package
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (+256.25%)
Mutual labels:  laravel-application, laravel-5-package
Angular5.2 Laravel5.6
Angular 5.2 and Laravel 5.6 Authentication and CRUD
Stars: ✭ 17 (+6.25%)
Mutual labels:  laravel-application, laravel-5-package
Laracrud
Laravel Code Generator based on MySQL Database
Stars: ✭ 238 (+1387.5%)
Mutual labels:  laravel-application, laravel-5-package
boom-core
BoomCMS core code. BoomCMS is a user friendly, WYSIWYG CMS based on Laravel. Open source and released under the MIT license.
Stars: ✭ 13 (-18.75%)
Mutual labels:  laravel-cms, content-management-system
laravel-decorator
Easily decorate your method calls with laravel-decorator package
Stars: ✭ 125 (+681.25%)
Mutual labels:  laravel-5-package
laravel-sms
Laravel 贴合实际需求同时满足多种通道的短信发送组件
Stars: ✭ 67 (+318.75%)
Mutual labels:  laravel-5-package
Laralang
This package lets you translate any string to multiple languages easily in laravel 5.4
Stars: ✭ 45 (+181.25%)
Mutual labels:  laravel-5-package
laravel-geometry
SPINEN's Laravel wrapper over geoPHP
Stars: ✭ 36 (+125%)
Mutual labels:  laravel-5-package
baserepo
Base repository
Stars: ✭ 71 (+343.75%)
Mutual labels:  laravel-5-package
sprout3
SproutCMS: content management and framework
Stars: ✭ 23 (+43.75%)
Mutual labels:  content-management-system
laravel-payfort
Laravel Payfort provides a simple and rich way to perform and handle operations for Payfort online payment gateway
Stars: ✭ 14 (-12.5%)
Mutual labels:  laravel-5-package
laravel-ab
Laravel A/B experiment testing tool
Stars: ✭ 108 (+575%)
Mutual labels:  laravel-5-package

content-management-system

Content management system for laravel developers'. It's easy to install and run.

Server Requirements

The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment.

However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

PHP >= 7.0.0
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension

Installing

Run create-project command with composer to install this project.

Here is the full installation command -

composer create-project ratulhasan/laravel-cms:dev-master

Now Change this options bellow within your .env,

To rename .env.example, run

php -r "copy('.env.example', '.env');"
DB_DATABASE=homestead // your database name 
DB_USERNAME=homestead // your database user name 
DB_PASSWORD=secret // your database password 

For user registration and reset password mailing system

MAIL_DRIVER=smtp // change it as your desire MAIL DRIVER
MAIL_HOST=smtp.mailtrap.io // change it as your desire MAIL HOST
MAIL_PORT=2525 // change it as your desire MAIL PORT
MAIL_USERNAME=null // change it as your desire MAIL USERNAME
MAIL_PASSWORD=null // change it as your desire MAIL PASSWORD

Now run

php artisan key:generate
php artisan migrate
php artisan db:seed

run project.

For Linux user

The stream or file "/var/www/html/laravel-cms/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied

if see this kind of error

just run this command from outside your project root directory to permit read and write

sudo chmod -R 777 [directory_name]

For enable .htaccess

sudo gedit /etc/apache2/apache2.conf

Then find the line where there is

<Directory /var/www/>

 Options Indexes FollowSymLinks
 
 AllowOverride None
 
 Require all granted

replace "None" with "All"

AllowOverride All

Admin panel

Admin url: project/root/admin/login

Email: [email protected]

Password: 123456

Happy coding

Author

Ratul Hasan | Email

Donate

If you find this project useful, you can buy author a glass of juice 🍹

Buy me a coffee

Buy Me A Coffee

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].