Search by

acidstudios / laravel

Acid Studios laravel Template to Create APIs.

Maintainers

Package info

github.com/acidstudios/laravel

Type:project

pkg:composer/acidstudios/laravel

Transparency log

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 8

1.1.2 2020-10-30 02:57 UTC

This package is auto-updated.

Last update: 2026-08-25 06:25:17 UTC


README

This repository contains a template used in Acid Studios to create Rest API's for our php projects.

To start using this template, clone the repository;

git clone https://github.com/acidstudios/laravel.git
composer install

Or create a new project using composer:

composer create-project --prefer-dist acidstudios/laravel

It will install all dependencies used in the template.

Then, run this command: To start using this template;

php artisan api:install

This command will run all existing migrations and seeders.

You can start your project from now, don't forget to setup your .env file and your Sentry.io API Key.