Skip to content

nerkarso/laravel-example

Repository files navigation

Laravel Example

This is a sample project using Laravel and more.

Commands

These are some useful artisan commands.

Create the project

composer create-project laravel/laravel app

Migrate the database

php artisan migrate

Start the project

​​php artisan serve

API Documentation

Provided by Scribe.

Run this command each time you modify the API endpoints.

php artisan scribe:generate

Go to http://localhost:8000/docs to view the docs.

Web Tinker

Provided by laravel-web-tinker.

Go to http://localhost:8000/tinker to open the REPL.

About

This is a sample project using Laravel and more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors