Download the PHP package jiten14/lstarter without Composer

On this page you can find all versions of the php package jiten14/lstarter. 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 lstarter

Lstarter

Lstarter is a Laravel package designed to streamline the process of generating migrations, models, factories, seeders, controllers, routes & views all at once, in addition to copying a layout.blade.php file with Bootstrap 5.3 integration. The package includes prepacked layouts that can be easily copied to your Laravel application's resources/views/layouts directory.This package simplifies the development process, allowing you to quickly set up essential parts of your Laravel application.

Installation

To install the Lstarter package, you can use Composer:

Usage

Generate All at Once

After installing the package, you can generate the migration, model, factory, seeder, controller, routes and views files all at once by running the following simple Artisan command:

Replace {model} with the name of your model without curly bracket. This command will automatically create all the necessary files and set up your package.

Individual File Generation

If you prefer to generate files one by one, you can still do so. Use the following commands:

Generate Layout

To generate and copy the layout.blade.php file, which includes Bootstrap 5.3 integration, run the following command:

What the Command Does

generate:package

generate:layout

Layout Overview

The generated layout.blade.php file includes:

Here is an example of how the generated layout looks:

Customization

Although the generate:package command will generate the migration, model, factory, seeder, controller, routes and views files with prefilled data, you can also customize these files to suit your specific requirements. The generated files are located in the following directories:

You can modify the code within these files to add custom fields, validation rules, relationships, or any other specific logic needed for your application.

Contribution

If you'd like to contribute to this package:

  1. Fork the repository on GitHub.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a Pull Request on GitHub.

Versioning

Lstarter follows semantic versioning:

How to Update

To update the package to a newer version:

Downgrading

If you need to revert to a previous version:

Support & Contact

If you encounter any issues or bugs, or if you need support with this package, feel free to reach out. I am happy to help you!

Author: Jitendriya Tripathy
Email: Jiten's email

License

This package is open-source software licensed under the MIT license.


All versions of lstarter with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/framework Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.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 jiten14/lstarter contains the following files

Loading the files please wait ....