cakazies / laravel-fasum

PHP and Laravel Framework public facilities system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel-Fasum

Laravel framework with CRUD REST-API,JWT, multiuser and template from Creative

SI- Fasum

This app for management public fasilities, borrow the fasilities and login admin or user. duplicate many fasilities and the others

Run This Apps

  • Download the master branch

    git clone https://github.com/cakazies/laravel-fasum.git

  • Install the composer dependencies

    composer install

  • Make a file .env from .env.example and setting your config, database
  • Dont forget generate key from Laravel artisan

    php artisan key:generate

  • Run composer update

    composer update

  • Run migrate database, before it you must have some database in POSTGRESQL

    php artisan migrate

  • Run Seed and faker

    php artisan db:seed --class=RoomsTableSeeder

  • Run apps

    localhost/laravel-fasum/public/

If you have some suggestion ||~

Just Contact Me At:

License

Laravel framework are open-sourced software licensed under the MIT license

About

PHP and Laravel Framework public facilities system


Languages

Language:PHP 71.3%Language:HTML 28.3%Language:Vue 0.4%