Skip to content

The purpose of this project is to showcase a Laravel Project with basic CRUD functionalities.

Notifications You must be signed in to change notification settings

jeddsaliba/laravel-crud

Repository files navigation

Laravel CRUD

This project was generated with Laravel.

The purpose of this project is to showcase a Laravel Project with basic CRUD functionalities.

Table of Contents

Installation
Package(s) Used
Database
Development Server
Support

Installation

When using Postman, use the Postman API Collection here.

Install the dependencies by running:

composer install

Package(s) Used

  • Hashids
    • For Hashids, you can add and modify the following in your .env:
      HASH_SALT=HASH_ID_SALT
      HASH_MIN_LENGTH=12
      HASH_ALPHABET=HASH_ID_ALPHABET

Database

Migrate database by running:

php artisan migrate

To populate and have sample data in your database, run this command:

php artisan migrate --seed

Development Server

Run this command:

php artisan serve

Support

For support, email jeddsaliba@gmail.com.

About

The purpose of this project is to showcase a Laravel Project with basic CRUD functionalities.

Topics

Resources

Stars

Watchers

Forks