acidstudios / laravel
Acid Studios laravel Template to Create APIs.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 8
Type:project
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
- dev-master
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-dependabot/composer/laminas/laminas-diactoros-2.14.0
- dev-dependabot/composer/nyholm/psr7-1.7.0
- dev-dependabot/composer/guzzlehttp/psr7-1.9.1
- dev-dependabot/composer/symfony/http-kernel-5.4.20
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/laravel/framework-7.30.6
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-dependabot/composer/phpseclib/phpseclib-2.0.31
This package is auto-updated.
Last update: 2025-02-25 03:01:06 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.