| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A robust and intuitive web application designed for managing bus routes, travel schedules, and journey logistics. Built with Laravel, Tailwind CSS, and Filament, this system provides an efficient dashboard for administrators and smooth navigation for users — fully supporting both Arabic and English.
Love this project? Check out more on my GitHub profile 🚀
Clone the repository:
git clone https://github.com/akramghaleb/Route-Rider-System.git
cd Route-Rider-SystemInstall PHP dependencies:
composer installCopy and configure the environment file:
cp .env.example .envGenerate the application key:
php artisan key:generateConfigure your database in .env, then run migrations and seeders:
php artisan migrate --seedInstall front-end dependencies:
# Choose one of the following:
npm install
# or
yarn install
# or
pnpm install
# or
bun installBuild the frontend assets:
# Choose the appropriate command based on your package manager
npm run build
# or
yarn build
# or
pnpm run build
# or
bun run buildStart the development server:
php artisan serveVisit your app at: http://localhost:8000
🧪 Default login:
| Web Screens |
|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
If this project helped you or inspired your own, consider supporting me with a coffee!
| Back | FazBrowse Home | New Git URL |