All Projects → MirShaon → Forum-Advanced

MirShaon / Forum-Advanced

Licence: MIT license
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to Forum-Advanced

Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+2421.43%)
Mutual labels:  laravel-framework, admin-dashboard
Blog-laravel
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.
Stars: ✭ 48 (+242.86%)
Mutual labels:  summernote, mailtrap
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (+57.14%)
Mutual labels:  laravel-framework, admin-dashboard
Laravel-Admin-user-roles
Laravel 5.6 multi-user-role and admin dashboard using adminlte
Stars: ✭ 18 (+28.57%)
Mutual labels:  laravel-framework, admin-dashboard
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood u…
Stars: ✭ 2,692 (+19128.57%)
Mutual labels:  laravel-framework, social-authentication
Agorakit
Organization tool for citizen's collectives
Stars: ✭ 309 (+2107.14%)
Mutual labels:  forum, laravel-framework
core
The Laravel single page forum package (Vue + Tailwind CSS + Laravel)
Stars: ✭ 157 (+1021.43%)
Mutual labels:  forum, laravel-framework
material-dashboard-django
Material Dashboard - Django Template | Creative-Tim
Stars: ✭ 52 (+271.43%)
Mutual labels:  admin-dashboard
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+1421.43%)
Mutual labels:  admin-dashboard
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+3021.43%)
Mutual labels:  forum
mern-admin-panel
Admin-panel using ReactJs, ExpressJs, NodeJs, MongoDB and Bootstrap
Stars: ✭ 84 (+500%)
Mutual labels:  admin-dashboard
fw-boot-admin-eureka
springboot admin 监控springCloud服务eureka版
Stars: ✭ 21 (+50%)
Mutual labels:  admin-dashboard
frontend
Frontend repository / Reactive realtime forum software (currently alpha).
Stars: ✭ 13 (-7.14%)
Mutual labels:  forum
KeyLighter
Yet another syntax highlighter for PHP
Stars: ✭ 29 (+107.14%)
Mutual labels:  highlighter
uiw-admin
UIW-Admin Panel Framework, Powered by React and @uiwjs.
Stars: ✭ 21 (+50%)
Mutual labels:  admin-dashboard
drftest
drftest is a minimal testing library that aims to facilitate writing tests for django rest framework views. It also [optionally] generates good looking API documentations based on tests it runs.
Stars: ✭ 26 (+85.71%)
Mutual labels:  test-driven-development
uni-admin
基于 uni-app,uniCloud 的 admin 管理项目模板
Stars: ✭ 135 (+864.29%)
Mutual labels:  admin-dashboard
OneSignal-Codeigniter-Push-Notification
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
Stars: ✭ 27 (+92.86%)
Mutual labels:  notification-service
baserepo
Base repository
Stars: ✭ 71 (+407.14%)
Mutual labels:  test-driven-development
laravel-db2
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
Stars: ✭ 56 (+300%)
Mutual labels:  laravel-framework

Forum-Advanced

This is built on Laravel Framework 5.5. This was built for demonstrate purpose.

Installation

Clone the repository-

https://github.com/MirShaon/Forum-Advanced.git

Then cd into the folder with this command-

cd Blog-laravel

Then do a composer install

composer install

Then create a environment file using this command-

cp .env.example .env

Then edit .env file with appropriate credential for your database server. Just edit these two parameter(DB_USERNAME, DB_PASSWORD).

Then create a database named blog and then do a database migration using this command-

php artisan migrate
php artisan db:seed

At last generate application key, which will be used for password hashing, session and cookie encryption etc.

php artisan key:generate

Run server

Run server using this command-

php artisan serve

Then go to http://localhost:8000 from your browser and see the app.

Ask a question?

If you have any query please contact at [email protected]

Screenshot

Forum Page Forum Page Forum Forum Forum Forum Home page Register Page

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].