Route Rider System
Akram Ghaleb
Posted on June 8, 2024
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
Install all the dependencies using the composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (Set the database connection in .env before migrating)
php artisan migrate --seed
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Build your code:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
Start the local development server
php artisan serve
You can now access the server at http://localhost:8000
username: admin@admin.com
password: password
Thanks,
If you enjoy my work, consider buying me a coffee to keep the creativity flowing!
Web Screens |
---|
💖 💪 🙅 🚩
Akram Ghaleb
Posted on June 8, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024