CMS base for the community of web programmers Rimorsoft Online.
Get a copy, fork and give us a super star. I want you to be aware of this playlist They are videos in Spanish, but the YouTube translator helps a lot this is rimback::create()
After creating your new Laravel application, you must create the simple login system: php artisan make:auth
Remember that all this is done from the .env
file:
Example
DB_HOST=127.0.0.1
DB_DATABASE=rimback
DB_USERNAME=root
DB_PASSWORD=root
We achieved it with the command: composer require rimorsoft/rimback dev-master
We must do it in the file to the providers array of config/app.php
:
'providers' => [
// ...
Rimorsoft\Rimback\Providers\RimbackServiceProvider::class,
],
This step is necessary to access the theme, driver, some views, configuration file, etc: php artisan vendor:publish --force
Create the tables with the command: php artisan migrate:refresh
Get clients and be very successful
Thank you very much
- Laravel - used framework
Please see here to see our code of conduct, and the process of sending a pull requests.
You can be here
- Italo Morales - Founder of the project - italomoralesf
- your name here
You can help with documentation, creation of themes, package incorporation, etc
This project is under license (MIT).
Our community of web programmers Rimorsoft Online
file v1.1