LaravelPackages.net
Acme Inc.
Toggle sidebar
acidstudios/laravel

Acid Studios laravel Template to Create APIs.

17
0
1.1.2
About acidstudios/laravel

acidstudios/laravel is a Laravel package for acid studios laravel template to create apis.. It currently has 0 GitHub stars and 17 downloads on Packagist (latest version 1.1.2). Install it with composer require acidstudios/laravel. Discover more Laravel packages by acidstudios or browse all Laravel packages to compare alternatives.

Last updated

Acid Studios Laravel Template

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.

Star History Chart