Skip to content

Ramgahalout23/Cihper-Apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Laravel API Project

Setup Instructions

composer install

  1. Set Up Environment Copy the example environment file:

cp .env.example .env

Generate the application key: php artisan key:generate

Update your .env file with your database and other settings.

  1. Run Migrations Create the database schema: php artisan migrate

  2. Start the Development Server

php artisan serve Your application should now be running at http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published