Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurasoftware/nura-web
Open source Website Builder. Create a professional website without coding. Build with Laravel 11.
https://github.com/nurasoftware/nura-web
admin-dashboard blog blog-platform bootstrap bootstrap5 builder cms contact-form content-management-system laravel laravel-admin laravel-cms laravel11 php website website-builder
Last synced: 14 days ago
JSON representation
Open source Website Builder. Create a professional website without coding. Build with Laravel 11.
- Host: GitHub
- URL: https://github.com/nurasoftware/nura-web
- Owner: nurasoftware
- License: gpl-3.0
- Created: 2024-07-04T13:50:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T12:13:34.000Z (7 months ago)
- Last Synced: 2024-11-24T01:35:59.666Z (2 months ago)
- Topics: admin-dashboard, blog, blog-platform, bootstrap, bootstrap5, builder, cms, contact-form, content-management-system, laravel, laravel-admin, laravel-cms, laravel11, php, website, website-builder
- Language: Blade
- Homepage:
- Size: 2.86 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
High performance website builder for businesses, companies, presentation websites or personal websites. Create a websites in just a few hours, without any development knowledge.
Author: [Gabriel Chimilevschi](https://github.com/chimilevschi)
## About NuraWeb
NuraWeb is an open source website builder. Building a professional website without coding.
Core features:
- Optimized for speed and performance.
- Multi-lingual website builder.
- Template builder with content blocks.
- Homepage builder
- Create unlimited pages
- Navigation menu management
- Footer builder (with content blocks)
- Users roles and internal permissions
- Recycle Bin (recover deleted items: deleted accounts, deleted pages, deleted contact messages).Create professional pages (full responsive) using content blocks.
Choose from this block types:
- Text editor (text with formating options using WYSIWYG editor)
- Simple text
- Image / Banner
- Images Gallery
- Video
- Cards
- Hero
- Slider
- Accordion
- Google Map
- Alerts
- Blockquote
- Testimonial
- Custom codeTechnical details:
- Backend: Laravel framework (version 11)
- Frontend: Laravel Blade and Bootstrap 5.
- PHP 8.2
- Full responsive template (backend and frontend)## Installation
NuraWeb utilizes Composer to manage its dependencies. So, before using NuraWeb, make sure you have Composer installed on your machine.You can install NuraWeb by issuing the Composer create-project command in your terminal:
```composer create-project nurasoftware/nura-web --prefer-dist mywebsite```
After creating the project move to the project folder eg: cd mywebsite and run the command to set up database, configuration files, setup default language and create the initial admin account:
```php artisan nura:install```
Run this command to generate a fresh application key:
```php artisan key:generate```Install is done. You can login as administrator:
```https://your-website-url/login```## Help and support
Services:
- product installation and setup,
- custom development (product customization, custom modules, custom software development, SAAS software...),
- hosting services.
Contact us at [NuraSoftware contact](https://nurasoftware.com/contact)## Requirements
- Laravel 11
- PHP >=8.2## License
NuraWeb is open-sourced software licensed under the [GPL-3.0 license](https://opensource.org/license/gpl-3-0).
NuraWeb is powered by [Nura Software](https://nurasoftware.com)
Developer: [Gabriel Chimilevschi](https://github.com/chimilevschi)