DEV Community

Cover image for Route Rider System
Akram Ghaleb
Akram Ghaleb

Posted on

Route Rider System

This project built with Laravel + Tailwind + Filament

  • Arabic and English support
  • Has a landing page
  • Dashboard support with statistical features
  • Ability to register & recover passwords
  • Ability to change theme settings
  • Support roles and permissions
  • Support Light & Dark theme
  • Support Soft delete and recovery tasks
  • If you like this work you can see more here

Installation

Clone the repository

git clone https://github.com/akramghaleb/Route-Rider-System.git
Enter fullscreen mode Exit fullscreen mode

Install all the dependencies using the composer

composer install
Enter fullscreen mode Exit fullscreen mode

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env
Enter fullscreen mode Exit fullscreen mode

Generate a new application key

php artisan key:generate
Enter fullscreen mode Exit fullscreen mode

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate --seed
Enter fullscreen mode Exit fullscreen mode

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
Enter fullscreen mode Exit fullscreen mode

Build your code:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
Enter fullscreen mode Exit fullscreen mode

Start the local development server

php artisan serve
Enter fullscreen mode Exit fullscreen mode

You can now access the server at http://localhost:8000

username: admin@admin.com
password: password

Github Repo

Thanks,

If you enjoy my work, consider buying me a coffee to keep the creativity flowing!

Buy Me A Coffee

Web Screens
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2
Project Screenshot 2

Top comments (0)