Libraries tagged by Project setup
jasonmccallister/laravel-docker-preset
28 Downloads
My default setup for shipping Laravel projects on Docker
pantheon-systems/example-drupal7-travis-composer
51 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Travis CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
pantheon-systems/example-drupal7-circle-composer
102 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Circle CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
rdhafiz/laravel-vue-spa
175 Downloads
Laravel Vue SPA - A php library to setup a Laravel Vue SPA project environment by couple of small commands
loonpwn/laradock-cli
17 Downloads
Laradock CLI is a tool for Laravel projects which automates the docker configuration setup for services, amongst other things.
jacerider/vscode-neo
51 Downloads
Provides initial setup of Drupal based Neo projects.
bpocallaghan/laravel-starter
1 Downloads
A Laravel Starter project that helps you with the initial setup.
igorsgm/laravel-assembler
15 Downloads
🧰 • An extended Laravel Installer CLI that gives you the power to scaffold a new Laravel project with some neat add-ons and set up a git repository in a single command.
miteshmap/drupal-quality-checker
1172 Downloads
Setups code quality checking tools for Drupal project.
jjsanz/drupal-quality-checker
6427 Downloads
Fork of vijaycs85/drupal-quality-checker. Setups code quality checking tools for Drupal project.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
sayeed/payment-by-ekpay
26 Downloads
The package offers straightforward installation instructions, ensuring that developers can quickly set up Ekpay payment gateway within their Laravel projects. Its empowers developers to seamlessly integrate Ekpay's payment services into their Laravel applications
hotelmah/mysql-table-editor
9 Downloads
MySQL Table Editor Web Application/Project. Add, View, Edit, and Delete (CRUD) records from one table at a time. Switch to other MySQL Tables in your browser. First, set up a per Table Configuration for each table. Specify what fields to see and what fields are required for add/edit. Enjoy a fancy CSS.
zhrnnsw/project-setup
2 Downloads
A Laravel package to automate project setup including database configuration.
wijourdil/project-setup
391 Downloads
This package provides a command to install and configure automatically all the useful packages for a Laravel / Lumen project