Download the PHP package ratulhasan/laravel-cms without Composer
On this page you can find all versions of the php package ratulhasan/laravel-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ratulhasan/laravel-cms
More information about ratulhasan/laravel-cms
Files in ratulhasan/laravel-cms
Package laravel-cms
Short Description Content management system for laravel developers' for rapid development.
License MIT
Homepage https://github.com/RatulHasan/
Informations about the package laravel-cms
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:
Installing
Run create-project command with composer to install this project.
Here is the full installation command -
Now Change this options bellow within your .env,
To rename .env.example, run
For user registration and reset password mailing system
Now run
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
For enable .htaccess
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:
Email:
Password:
Happy coding
Author
Ratul Hasan | Email
Donate
If you find this project useful, you can buy author a glass of juice :tropical_drink:
License
This project is licensed under the MIT License - see the LICENSE.md file for details
All versions of laravel-cms with dependencies
laravel/framework Version 5.4.*
laravel/socialite Version ^3.0
laravel/tinker Version ~1.0