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
andalpine Js
- two middlewares
information user
andblocked User
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:
- Windows: How to install WAMP on Windows
- Linux: How to install LAMP on Linux
- Mac: How to install MAMP on MAC
You will also need to install Composer 2: https://getcomposer.org/doc/00-intro.md
- Navigate in your Laravel API project folder:
cd Groups-app
- Install project dependencies:
composer install
- Create a new .env file:
cp .env.example .env
- Add your own database credentials in the .env file in DB_DATABASE, DB_USERNAME, DB_PASSWORD
- Create users table:
php artisan migrate --seed
- Generate application key:
php artisan key:generate
- Install Node: https://nodejs.org/ (version 8.11.0+ recommended)
- Install NPM: https://www.npmjs.com/get-npm
- Run
npm run dev
to start the application in a local development environment ornpm run watch
.
- admin type - [email protected] with the password password