Said20hr / Groups-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

majed

Build Status Total Downloads Latest Stable Version License

About Majed Analytics

Majed Analytics is web application based on Laravel framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experienc e to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

  • Public Landing Page
  • Authentication with onboarding system.
  • Multiple back-ends dashboard for Admin and User.
  • Expressive, intuitive database.
  • hybrid side render livewire and alpine Js
  • two middlewares information user and blocked User

Prerequisites

Do not use php artisan serve as it will result in stalled requests due to the single-threaded nature of the built-in PHP web server.

We strongly recommend using Laradock for Linux and Mac or Laragon for Windows if possible.

Other options for your local environment:

You will also need to install Composer 2: https://getcomposer.org/doc/00-intro.md

Laravel API Project Installation

  1. Navigate in your Laravel API project folder: cd Groups-app
  2. Install project dependencies: composer install
  3. Create a new .env file: cp .env.example .env
  4. Add your own database credentials in the .env file in DB_DATABASE, DB_USERNAME, DB_PASSWORD
  5. Create users table: php artisan migrate --seed
  6. Generate application key: php artisan key:generate
  7. Install Node: https://nodejs.org/ (version 8.11.0+ recommended)
  8. Install NPM: https://www.npmjs.com/get-npm
  9. Run npm run dev to start the application in a local development environment or npm run watch.

About


Languages

Language:JavaScript 42.8%Language:HTML 36.0%Language:CSS 7.7%Language:SCSS 5.9%Language:Blade 5.7%Language:PHP 1.8%Language:Shell 0.0%