All Projects → pipe-dream → Laravel Create

pipe-dream / Laravel Create

Create Laravel projects really fast

Projects that are alternatives of or similar to Laravel Create

Depictr
A middleware for rendering static pages when crawled by search engines
Stars: ✭ 92 (-93.09%)
Mutual labels:  laravel
Prisma Docs Generator
Prisma generator for automatically generating documentation reference from the Prisma schema.
Stars: ✭ 91 (-93.16%)
Mutual labels:  code-generation
Laravel Scavenger
The most integrated web scraper package for Laravel.
Stars: ✭ 91 (-93.16%)
Mutual labels:  laravel
Porter
A docker based multi-site setup for local PHP development. Inspired by Laravel Valet, Homestead and Vessel.
Stars: ✭ 92 (-93.09%)
Mutual labels:  laravel
Dropzone Laravel Image Upload
Laravel 5.2 and Dropzone.js auto image uploads with removal links
Stars: ✭ 92 (-93.09%)
Mutual labels:  laravel
Goreuse
Generic Code for Go
Stars: ✭ 93 (-93.01%)
Mutual labels:  code-generation
Doesangue Core
Online platform that connects people interested in blood donation
Stars: ✭ 91 (-93.16%)
Mutual labels:  laravel
Laravel Sitemap
Create and generate sitemaps with ease
Stars: ✭ 1,325 (-0.45%)
Mutual labels:  laravel
Laravel Bandwagon
Social proof package for Laravel
Stars: ✭ 93 (-93.01%)
Mutual labels:  laravel
Laravel Newsletter
Manage newsletters in Laravel
Stars: ✭ 1,318 (-0.98%)
Mutual labels:  laravel
Flysystem Upyun
Laravel 又拍云文件存储,上传,删除。
Stars: ✭ 92 (-93.09%)
Mutual labels:  laravel
Laravel Localize Middleware
Configurable localization middleware for your Laravel >=5.1 application
Stars: ✭ 92 (-93.09%)
Mutual labels:  laravel
Yicms
基于laravel5.5 开发的Yicms系统的基础架构
Stars: ✭ 93 (-93.01%)
Mutual labels:  laravel
Awesome Nova
🎉 A curated list of awesome things related to Laravel Nova
Stars: ✭ 92 (-93.09%)
Mutual labels:  laravel
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-92.94%)
Mutual labels:  laravel
Larafast Fastapi
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc
Stars: ✭ 91 (-93.16%)
Mutual labels:  laravel
Officelife
OfficeLife manages everything employees do in a company. From projects to holidays to 1 on 1s to ... 🚀
Stars: ✭ 90 (-93.24%)
Mutual labels:  laravel
Laravel Single Session
This package prevents a User from being logged in more than once. It destroys the previous session when a User logs in and thereby allowing only one session per user.
Stars: ✭ 95 (-92.86%)
Mutual labels:  laravel
Laravel Email Confirmation
Add email confimation to Laravel project
Stars: ✭ 94 (-92.94%)
Mutual labels:  laravel
Laravel Backup
A easy-to-use backup manager for Laravel
Stars: ✭ 93 (-93.01%)
Mutual labels:  laravel

Latest Stable Version Total Downloads License

Create new web projects really fast. By giving Pipe Dream a minimum of input in form of a sketch/entity list it will predict your application schema and feed it into a set of pipes. These pipes will generate all the files needed to get started really quick.

Installation

Install Pipe Dream

composer require --dev pipe-dream/laravel-create

Install the Laravel File Factory

npm install --dev @pipe-dream/laravel-file-factory

More File Factories can be found here

Build Pipe Dream

php artisan pipedream:build

Thats it, now open your browser and go to /pipe-dream and start designing.

Usage

If you havent already, watch the 2 minute video.

  • List your models and tables in the sketch window. Note the schema is created in real-time and is being displayed on the right side of the screen.

  • Here are some pointers on the sketch syntax
// use PascalCase for models
Garage
location
capacity

// Separate your entities into chunks
Car
color
user_id // foreign key

// use snake_case model1_model2 to setup a ManyToMany relationship
car_garage 

// use button to add a default user system
User 
name
email
email_verified_at
password
remember_token

// use snake_case to create a table
password_resets
email
token
  • Review the list of files that are going to be created.

  • Commit the files to disk.

  • You are now ready to migrate and seed. Go ahead and check out the API (at /api), that contains placeholder values

Contributing

PRs and issues are welcome. In addition to the issue section we have a Trello board listing things that we need help with. To get started and to learn more about the platform check out pipe-dream/docs

License

MIT

Stay tuned!

Follow me on twitter: @ajthinking

Help me continue this work | Patreon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].