acidstudios / laravel
Acid Studios laravel Template to Create APIs.
1.1.2
2020-10-30 02:57 UTC
Requires
- php: ^7.2.5
- fideloper/proxy: ^4.0
- fruitcake/laravel-cors: ^2.0.1
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.14.1
- laravel/passport: ^9.2
- laravel/tinker: ^2.0
- sentry/sentry-laravel: ^1.8.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.4.0
- filp/whoops: ^2.7.2
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.4.0
- nunomaduro/collision: ^4.2.0
- phpunit/phpunit: ^9.2.2
This package is auto-updated.
Last update: 2026-05-25 05:46:47 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.