Skip to content

✍Small Reservations is a reservation management application powered by Laravel, providing an efficient solution for organizing reservations and tour activities.

Notifications You must be signed in to change notification settings

fajarghifar/laravel-reservations

Repository files navigation

✨ Laravel Reservations

A reservation management system built with Laravel 10 and MySql.

💀 Design Database

Design Database

😎 Features

  • Admin Role and Company Management
  • User Management by Admin
  • Company Owner User Management
  • Guide Management
  • Activity Management and Guide Assignmenttertentu.
  • PDF Export for Guides (Reporting)

🚀 How to Use

  1. Clone Repository or Download

    $ git clone https://github.com/fajarghifar/laravel-reservations.git
  2. Setup

    # Go into the repository
    $ cd laravel-reservations
    
    # Install dependencies
    $ composer install
    
    # Open with your text editor
    $ code .
  3. .ENV

    Rename or copy the .env.example file to .env

    # Generate app key
    $ php artisan key:generate
  4. Setup Database

    Setup your database credentials in your .env file.

  5. Migrate Database

    $ php artisan migrate --seed
  6. Create Storage Link

    $ php artisan storage:link
  7. Run Server

    $ php artisan serve
  8. Login

    • Try logging in as an admin with email: admin@email.com and password: password
    • Try logging in as a company owner with email: owner@email.com and password: password
    • Try logging in as a guide with email: guide@email.com and password: password

📝 Contributing

If you have any ideas to make it more interesting, please send a PR, or create an issue for a feature request.

🤝 License

Github @fajarghifar  ·  Youtube @fajarghifar  ·  Instagram @fajarghifar  ·  Linkedin @fajarghifar

About

✍Small Reservations is a reservation management application powered by Laravel, providing an efficient solution for organizing reservations and tour activities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages