Giter Site home page Giter Site logo

hiski46 / laravel-api-rest-skeleton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avangardistpro/laravel-api-rest-skeleton

0.0 0.0 0.0 828 KB

Skeleton stack for API development. Based on Laravel 9 (stable) with Oauth2 API Authentication. Also uses Laravel's and 3'd party vendors.

Shell 0.92% PHP 99.08%

laravel-api-rest-skeleton's Introduction

Laravel API REST Skeleton Stack

Built on Laravel Framework - 9.0.2 (LTS, stable version)

This repository is for basic skeleton installation of the Laravel framework, its packages and other's vendors packages. It means that you can use it as a basis for your custom applications. The target is to reduce the time for developers while installing packages to build required stack for the project.

** Note! If you are new to this technology stack than you will need to learn more from documentation on specific packages.

Installed packages

Laravel packages

Vendor packages

Stack Tips

Cache, queues and sessions work using Redis server.

Requirements

  • PHP version ^8.0

Installation process (Linux)

git clone https://github.com/avangardistpro/Laravel-API-REST-Skeleton.git <project_name>
cd <project_name>
cp .env.example .env

composer install
php artisan key:generate
php artisan migrate
php artisan passport:keys
php artisan serve

After that, your new project is available on http://127.0.0.1:8000.

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel Framework link

License

The Laravel-API-REST-Skeleton is open-sourced software licensed under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.