A platform to manage digital displays, record donations and spendings, and to track appliances service history and stock supply level.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
-
Clone the project repo
git clone https://github.com/fathulfahmy/urusmasjid.git
-
Navigate to the project directory
cd urusmasjid -
Copy and update configuration
cp .env.example .env vim .env # code .env (Visual Studio Code) -
Install dependencies
composer install npm install
-
Generate app key
php artisan key:generate php artisan storage:link -
Migrate database
php artisan migrate --force php artisan db:seed --class=UserSeeder -
Build app
npm run build --force php artisan optimize:clear php artisan filament:clear php artisan optimize php artisan filament:optimize php artisan serve -
Launch app
Admin: http://localhost:8000/admin
Digital Display: http://localhost:8000/display
Report: http://localhost:8000/report
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE.md for more information.
Fathul Fahmy - LinkedIn - fathulfahmy@protonmail.com
Project Link: