Download the PHP package codificar/scaffolder without Composer

On this page you can find all versions of the php package codificar/scaffolder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package scaffolder

Laravel scaffolder based on Laravel scaffolder by mpaleo

Scaffolder for laravel Quality score Laravel version Waffle board

Remove the headache of creating over and over again the base code for most of your projects. Scaffolder is tailored following the principle that the development process must be a happy thing so, code and enjoy ! You are free to extend it the way you need. This package only generate things that you need to start, always keeping the code clean and abstract. Are you hungry ? Fork it !

Installation

  1. Get laravel up and running
  2. Add the following packages to your composer.json

  3. Update your packages

    `

  4. Add the service providers to the providers array in {laravel-root}\config\app.php

  5. Add the following aliases in {laravel-root}\config\app.php

Getting started

First you need to publish the configuration files and assets

Here we are using the theme codificar/scaffolder-theme-material, but you can fork it, and do whatever you want/need :)

At this point, you already can start to scaffold things. You have two ways to use the package.

Command line way (Hardcore devs)

When you execute the artisan publish command, the service provider creates the folder {laravel-root}\scaffolder-config that has the following structure:

The app.json file contains global settings, also you will get some demo files for models. All you need to scaffold an application is to edit the app.json file, and create the json files for the models you want. After you have all the files ready, you have the following commands:

This command generate the application using the files that you have provided.

For instance, when you update the package, you should clear the cache files stored in {laravel-root}\scaffolder-config\cache

User interface way (Lazy devs)

All you need to do, is go to your http://{crazyhost}/scaffolder/generator and fill some inputs :)

Next steps

Check out the wiki to get more information about things that you need to know

Contributing

Just let me know your ideas and let's work together

License

The scaffolder package is licensed under the MIT license


All versions of scaffolder with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
barryvdh/laravel-cors Version 0.7.x
resultsystems/validation Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package codificar/scaffolder contains the following files

Loading the files please wait ....