Download the PHP package codewithdennis/larament without Composer

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

Larament

Pint PEST Latest Version on Packagist

larament.png

Kickstart your project and save time with Larament! This time-saving starter kit includes a Laravel project with FilamentPHP already installed and set up, along with extra features.

[!NOTE] This starter kit includes Laravel 11 and FilamentPHP 3 with some packages that improve the development experience. This will not contain any bloated features or unnecessary packages. If you want to add more features, you can do so by installing the necessary packages.

Filament Configuration and Extra's

Helpers

I've set up a Helper file for you to use in your Laravel app. You can find it at app\Helpers.php. This file is ready for you to add your custom helper functions, which Composer will automatically include in your project.

Should Be Strict

This boilerplate has shouldBeStrict in the boot method of the AppServiceProvider. This setting will stop lazy loading, silently discarding attributes, and prevent accessing missing attributes. This will help you catch errors early and improve the quality of your code.

Packages

timokoerber/laravel-one-time-operations

This package allows you to run one-time operations in your Laravel application. Instead of adding a new migration for a simple task, you can use this package to run the operation only once. New one time operations will be added in the database/operations directory.

barryvdh/laravel-debugbar

This package provides a developer toolbar for debugging Laravel applications. It includes a lot of helpful information like queries, routes, views, and more.

pestphp/pest

PESTPHP is a testing framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.

[!NOTE] The new version 3 is now available and is the default testing framework in this boilerplate!

Additional Plugins

phpstan/phpstan

PHPStan scans your whole codebase and looks for both obvious & tricky bugs. Even in those rarely executed if statements that certainly aren't covered by tests.

Installation

Use this template to create a new repository and clone it to your local machine, then navigate to the project directory to run the necessary commands.

Since Laravel 11 the default database is SQLite, if you want to use another database, update the .env file with your database preferences before running the migrations.

Alternative Installation Method

If you don't want to remember the composer installation syntax for future projects, you can create an alias for your terminal:

This allows you to simply use larament project-example in your terminal.

Screenshots

user-global-search

Boilerplate

The following files are part of the "branding" and can be removed.


All versions of larament with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^3.2
laravel/framework Version ^11.9
laravel/tinker Version ^2.9
timokoerber/laravel-one-time-operations Version ^1.4
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 codewithdennis/larament contains the following files

Loading the files please wait ....