Skip to content

An intuitive household booking service web application based in Naga City, Camarines Sur.

Notifications You must be signed in to change notification settings

Linig-On/linig-on

Repository files navigation

Linig On: An Online Home Service Application

How to clone and run the project

npm install
npm run dev
npm run dev
composer install
cp .env.example .env
php artisan key:generate

Commands Used

  • Used Commands
composer create-project --prefer-dist laravel/laravel shop "8.*"
php artisan serve
# this is for adding helpers.php
composer dump-autoload
  • Making authentication using bootstrap
composer require laravel/ui:*
php artisan ui bootstrap --auth
php artisan migrate

npm install
npm run dev
npm run dev
  • Making components
php artisan make:component ComponentName
  • Making controller
php artisan make:model ControllerName -mcr
# without the 'Controller' name convention. just the name of the controller.

Where:

  • -m, --migration Create a new migration file for the model.

  • -c, --controller Create a new controller for the model.

  • -r, --resource Indicates if the generated controller should be a resource controller

  • Migration
php artisan migrate:fresh
  • Seeder
php artisan make:seeder ProductSeeder
php artisan make:seeder UserSeeder
php artisan db:seed

About

An intuitive household booking service web application based in Naga City, Camarines Sur.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published